{% if section.anchor %}
{% endif %}
{% if section.header %}
{{section.header}}
{% endif %}
{% if section.inner_row %}
{% endif %}
{% for item in section.items|load_items:object %}
{{item.content|markdown}}
{% endfor %}
{% if section.inner_row %}
{% endif %}