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