{% extends "index.html" %} {% block title %}Duniter | {{term.name}}{% endblock title %} {% block content %}
{%- for page in term.pages -%} {{page.title}}
{%- endfor -%}
{% endblock content %}