{% if (taxonomies | length) > 0 %} Filter → {% endif %}

{{ category.name }} ({{ category.count }})

{% if (taxonomies | length) > 0 %} {% for tx in taxonomies %}

{{ tx }}

← Toggle {% for t in taxonomies[tx] %} {% endfor %}
{% endfor %} {% endif %}
    {% for e in entries %}
  • {{ e.name }}

    {{ e.description }}

    {% for tx in e.taxonomies %} {% if (e.taxonomies[tx] | length) > 0 %}
    {{ tx }} {% for t in e.taxonomies[tx] %} {{ t.name }} {% endfor %} {% if (e.taxonomies[tx] | length) > 4 %} ← View all ({{ e.taxonomies[tx] | length }}) {% endif %}
    {% endif %} {% endfor %}
  • {% endfor %}
{% if pagination.total > 1 %}
    {% for p in range(1, pagination.total + 1) %}
  • {{ p }}
  • {% endfor %}
{% endif %}