{% extends "content.html" %} {% import "post_macros.html" as post_macros %} {% block title %}Category {{ term.name }} - {{ config.title }}{% endblock %} {% block content %}

Category: {{ term.name }} (RSS)

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