{% include 'include/head.html' %}
{% include 'include/sidebar.html' %}
{{ page.plural }}
{% for name, term in page.terms %}
{{ name }}
({{ term|length }})
{% for page in term %}
{{ page.title }}
{% endfor %}
{% endfor %}