{% extends "layout.html" %} {% from "macros/multisection.html" import render_section %} {% block body %} {% for child in this.children %} {% if child._model == 'section' %} {{ render_section(child) }} {% endif %} {% endfor %} {% endblock %}