{% import "_macros.html" as macros %} {% extends "index.html" %} {% block title %}{{ section.title }} - {{ config.title }} {% endblock title %} {% block header %}
{{ macros::render_header() }}
{% endblock header %} {% block metadata %} {% endblock %} {% block content %}

{{ section.description }}

{{ section.content | safe }} {% for page in paginator.pages %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% else %} {{ page.summary | safe }} {% endif %}
Read more →
{% endfor %} {% endblock content %}