{% extends "index.html" %} {% import "macros.html" as macros %} {% block header %}
{% endblock header %} {% block title %} {% endblock title %} {% block main %}
{% block content %} {% for tag in terms %}

{{ tag.name }}

{{ tag.pages | length }} post{{ tag.pages | length | pluralize }}

{% endfor %} {% endblock content %}
{% endblock main %} {% block footer %} {{ macros::footer() }} {% endblock footer %}