{% if block.children %} {% for child in block.children %} {% with block=child, BlockTypeEnum=BlockTypeEnum, BlockLevelEnum=BlockLevelEnum %} {% include 'block.html' %} {% endwith %} {% endfor %} {% else %} {{ block.content|safe }} {% endif %}