{# v0.62 CSS refactor: native
/ per item — matches the pre-existing .dz-faq-item CSS rules in site-sections.css that expected a summary element. The previous markup used radio + div wrappers that the CSS never matched. #} {% from "site/sections/_helpers.html" import section_id_attr, section_header %}
{{ section_header(section) }}
{% for item in section["items"] | default([]) %}
{{ item.question | default("") }}

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

{% endfor %}