{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ page.title }} · {{ config.title }}{% endblock title %} {% block content %} {% include "partials/back-to-section.html" %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% else %}

{% if page.taxonomies.natures %} {% for nature in page.taxonomies.natures %} {% if loop.first %}{{ nature | capitalize }}{% endif %} {% endfor %} {% else %} Mot {% endif %} {% if page.extra.gender %} {{ page.extra.gender }}{% endif %}{% if page.extra.meaning %} signifiant « {{ page.extra.meaning }} »{% endif %}.

{% endif %} {% include "partials/entry-dates.html" %}
{{ page.content | safe }}
{% endblock content %}