| {% for col in section.columns | default([]) %} | {{ col.label | default("") }} | {% endfor %}
|---|---|
| {{ row.feature | default("") }} | {% for cell in row.cells | default([]) %} {% set col = section.columns[loop.index0] if loop.index0 < (section.columns | default([]) | length) else {} %}{{ cell }} | {% endfor %}