{% extends "base.html" %} {% block title %}{{ section.title }} · {{ config.title }}{% endblock title %} {% block content %} {% include "partials/section-header.html" %} {{ section.content | safe }} {% if section.pages %}

Liste des articles

{% endif %} {% endblock content %}