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