{% 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="themes", heading_id="grammaire-index-title", title="Explorer la grammaire", description="Retrouver les fiches par notion grammaticale.", path="themes", link_label="Par thème grammatical" ) }} {% if section.pages %}

Liste des fiches

{% else %}

Aucune fiche n’est encore publiée dans cette section.

{% endif %} {% endblock content %}