{{ category.name }} ({{ category.count }})
{% if (taxonomies | length) > 0 %}
{% for tx in taxonomies %}
{% endfor %}
{% endif %}
{{ tx }}
← Toggle {% for t in taxonomies[tx] %} {% endfor %}-
{% 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 %}
-
{% for p in range(1, pagination.total + 1) %}
- {{ p }} {% endfor %}