{% if section.name %}

{{section.name}}

{% endif %} {% for container in section.children %} {% include "container.html" %} {% endfor %}