{% set options = { items: {'@page.self': '/nos-references'}, 'limit': 1 } %} {% set h5 = h5 ?: 'h2' %}
{% for p in page.collection(options)%}
<{{h5}}>{{p.title}}
{% for item in p.collection %} {% set image = item.media.images|first %}
{% if image %} {{ image.html('','logo') }} {% endif %}

{{item.title}}

{{item.content}}
{% endfor %}
{% endfor %}