{% for item in section["items"] | default([]) %}
{% if item.icon %}{% endif %}
{% endfor %}
{{ item.title | default("") }}
{{ item.body | default("") }}
{% if item.cta %} {{ item.cta.label | default("Learn More") }} {% endif %}