{{ section.title }}
{{ section.content | safe }}
{% for person in section.extra.authors %}
{% set page = get_page(path="contributeurs/" ~ person ~ ".md") %}
{% endfor %}
{% endblock content %}
{% if page.extra.full_name %} {{ page.extra.full_name }} {% else %} {{page.title}} {% endif %}
{{ page.description }}