--- # layout for "multiple" display template # creates large images with a gallery feature layout: item/item-page-base gallery: true --- {% assign children = site.data[site.metadata] | where_exp: 'item','item.parentid == page.objectid' %}
{% for child in children %}
{{ child.image_alt_text | default: child.description | default: child.title | default: page.title | escape }} {% if page.title != child.title %}
{{ child.title }}
{% endif %}
{% endfor %}
{% include item/child/compound-item-download-buttons.html %}