-
{% for item in section["items"] | default([]) %}
-
{{ loop.index }}
{% if not loop.last %} {% endif %}
{{ item.title | default("") }}
{{ item.body | default("") }}
{% endfor %}
{{ item.body | default("") }}