{% extends "header.html" %} {% from "macros/multisection.html" import render_section %} {% block body %}

{{ this.title }}

{% for child in this.children %} {% if child._model == 'section' %}
{% if child.title %}

{{ child.title }}


{% endif %}
{{ render_section(child) }}
{% endif %} {% endfor %} {% endblock %}