{% for block_ in layout.children %} {% include "combo/layouts/includes/layout.html" with layout=block_ %} {% endfor %} {% if layout.is_container %} ... {% else %} {{ layout.get_content }} {% endif %}