{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ section.title }} · {{ config.title }}{% endblock title %} {% block content %} {% include "partials/section-header.html" %} {{ section.content | safe }} {{ macros::taxonomy_nav( kind="natures", heading_id="vocabulaire-index-title", title="Explorer le vocabulaire", description="Retrouver les mots par nature grammaticale.", path="natures", link_label="Par nature grammaticale" ) }} {% if section.pages %}

Liste des mots

{% endif %} {% endblock content %}