--- # basic layout for compound object items # uses _includes/item/child/ includes to add multiple objects to the item page in a gallery # each object is represented in a modal layout: item/item-page-base gallery: true custom-foot: js/modal-hash-js.html --- {% assign children = site.data[site.metadata] | where_exp: 'item','item.parentid == page.objectid' %}
{% include item/child/compound-item-modal-gallery.html %}
{% include item/child/compound-item-download-buttons.html %}