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

Tags

{{ terms | length }} tags

{% for tag in terms %} {{tag.name}} {{ tag.pages | length }} {% endfor %}
{% endblock content %}