{% set items = body | index_tiles %} {% for doc in items %}
{{doc.label}}

{{doc.title}}

{{doc.text}}

    {{doc.description}}
{% endfor %}