{% extends "index.html" %} {% block content %}
{{ terms | length }} categories in total
{% for category in terms %} {{ category.name }} {{ category.pages | length }} {% endfor %}
{% endblock content %}