{# Zone layout template for Page fieldType #} {# This zone layout has 2 zones (1 on the left, 1 on the right). #}
{# Iterating over available blocks in 2nd zone. #} {% if zones[1].blocks %} {% for block in zones[1].blocks %} {{ render( controller( "ez_page:viewBlock", {'block': block} ) ) }} {% if not loop.last %}
{% endif %} {% endfor %} {% endif %}