{% extends "_default/base.html" %} {% block content %} {{ section.content | safe}} {% for page in section.pages %} {% include "partials/pageBox.html" %} {% endfor %} {% endblock content %}