{% extends "index.html" %} {% block title %} {{ term.name | capitalize }} – {{ config.title }} {% endblock title %} {% block content %}

{{ term.name | capitalize }}


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