{% extends "base.html" %} {% block content %}

{{ section.title }}

{{ section.content | safe }}
    {%- for page in section.pages %}
  1. {{ page.title }}
    {%- if page.date %}{% endif %} {%- if page.extra.part %}{{ page.extra.part }}{% endif %}
    {%- if page.description %}

    {{ page.description }}

    {% endif %}
  2. {%- endfor %}
{% endblock content %}