{% import "post_macros.html" as post_macros %} {% include "partials/head.html" %} {% block title -%} {{ config.title }} {%- endblock title %}

{{ config.title }}

{% include "partials/menu.html" %}
{% block content -%} {% for page in paginator.pages %} {{ post_macros::title(page=page) }}

{{ post_macros::polish(content=page.description) }}

Lire la suite...

{% endfor %} {%- endblock content %}
{% block js -%} {%- endblock js %}