{% extends "index.html" %} {% import "post_macros.html" as post_macros %} {% block content -%} {% for page in paginator.pages %} {{ post_macros::title(page=page) }}

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

Lire la suite...

{% endfor %} {%- endblock content %}