{% extends "base.html" %} {% block posthead %} {% for term in terms %} {% endfor %} {% endblock posthead %} {% block content %}

{{ taxonomy.name }}

{% for term in terms %}
{{ term.name }} ({{ term.pages | length }})
{% endfor %}
{% endblock content %}