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

{{ section.title }}

{%- if section.description %}

{{ section.description }}

{%- endif %} {{ section.content | safe }}
{%- for p in section.pages %}

{{ p.title }}

{{ p.description }}

{%- endfor %}
{% endblock body %}