{% for each in include.flow %} {% if each.row == "main_content_row" %}
{{content}}
{% elsif each.row == "container_row" %} {% include core/container_row.html object=each %} {% elsif each.row == "full_width_row" %} {% include core/full_width_row.html object=each %} {% elsif each.row == "custom_include_row" %} {% include {{each.source}} %} {% endif %} {% endfor %}