{% extends "base.html" %} {% import "post-preview.html" as post_macros %} {% block posthead %} {% for post in term.pages %} {% endfor %} {% endblock posthead %} {% block content %}

{{ term.pages | length }} pages tagged with "{{ term.name }}"

{% for post in term.pages %} {{ post_macros::post_preview(post=post) }} {% endfor %}
{% endblock content %}