{% for aSection in oUIBlock.GetSections() %} {% if aSection.aItems|length > 0 %}
{% for oUIBlockItem in aSection.aItems %} {{ render_block(oUIBlockItem, {aPage: aPage}) }} {% endfor %}
{% endif %} {% endfor %}