{% extends "index.html" %} {% block content %}

all tags

{% for term in terms %} {% set size = term.pages | length + 90 %} {{ term.name }} {% endfor %}
{% endblock content %}