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