{% for child in block.children %}
{% with block = child %} {% include "components/layout_block.html" %} {% endwith %}
{% endfor %}