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

{{ section.title }}

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

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %}
{% endfor %} {% endblock %}