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