{% extends "index.html" %} {% block title %}Tags{% endblock title %} {% block meta %} {% endblock meta %} {% block links %} {% endblock links %} {% block content %} All Tags {% if terms %} {% for term in terms %} #{{ term.name }} ({{ term.pages | length }}) {% endfor %} {% endif %} {% include "footer.html" %} {% endblock content %}