{% set aParams = oUIBlock.GetParams() %}
{{ oUIBlock.GetLabel()|raw }}
{% for oSubBlock in oUIBlock.GetSubBlocks() %} {{ render_block(oSubBlock, {aPage: aPage}) }} {% endfor %}
{% if oUIBlock.GetComments() %}
{{ oUIBlock.GetComments()|raw }}
{% endif %}