{% from "site/sections/_helpers.html" import section_id_attr, section_header %}
{{ section_header(section) }}
{% for item in section["items"] | default([]) %} {# v0.62 CSS refactor: card chrome + blockquote/author styling already in .dz-testimonial-item rules (site-sections.css). Use
+ .dz-testimonial-author for the semantic match. #}
"{{ item.quote | default("") }}"
{{ item.name | default("") }} {% if item.role %}{{ item.role }}{% endif %}
{% endfor %}