{% 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 %}
{% endfor %}
{{ item.title | default("") }}
{{ item.body | default("") }}