{% 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([]) %} {# v0.62 CSS refactor: card chrome + h3 styling already in .dz-feature-item rule (site-sections.css). Inline padding/border/ shadow utilities removed; CSS rule supplies them. #}
{% if item.icon %}{% endif %}

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

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

{% endfor %}