{% if section['style'] == 'block' %}
{% elif section['style'] == 'pane-with-image-left' %}
{% elif section['style'] == 'pane-with-image-right' %}
{% elif section['style'] == 'columns' %}
{% endfor %}
{{ section['title'] }}
{{ section['text']|commonmark }}
{{ section['title'] }}
{{ section['text']|commonmark }}
{{ section['title'] }}
{{ section['text']|commonmark }}
{% for col in section['columns'] %}
{% endfor %}
{% endif %}
{{ col['title'] }}
{{ col['text']|commonmark }}