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