{% extends "base.html" %} {% block content %}
{% if section.content %}
{{ section.content | safe }}
{% endif %} {% for page in section.pages %}

{{ page.title }}

{{ page.content | safe }}
{% endfor %}
{% endblock %}