{% from "site/sections/_helpers.html" import section_id_attr, section_header, section_media %}
{{ section_header(section) }} {{ section_media(section) }}
{% for item in section["items"] | default([]) %}
{% if item.icon %}
{% endif %}

{{ item.title | default("") }}

{{ item.body | default("") }}

{% if item.cta %} {{ item.cta.label | default("Learn More") }} {% endif %}
{% endfor %}