{% from "site/sections/_helpers.html" import section_id_attr, section_header %}
{{ section_header(section) }}
{% for col in section.columns | default([]) %} {{ col.label | default("") }} {% endfor %} {% for row in section["items"] | default([]) %} {% for cell in row.cells | default([]) %} {% set col = section.columns[loop.index0] if loop.index0 < (section.columns | default([]) | length) else {} %} {{ cell }} {% endfor %} {% endfor %}
{{ row.feature | default("") }}