{{ block.settings.section_html }}
{% endif %}
{% endif %}
{% if block.type == 'page' and block.settings.page %}
{% if block.settings.show_heading %}
{{ pages[block.settings.page].title | escape }}
{% endif %}
{{ pages[block.settings.page].content }}
{% endif %}