{% extends "base.html" %} {% import "post_macros.html" as post_macros %} {% block content %}

Posts in category "{{ term.name }}"

{% for page in term.pages %}

{{ page.title }}

{% endfor %}

{% endblock content %}