--- # base layout for other item display_template layouts # adds breadcrumbs and title at top; citation box, rights box, and browse buttons at bottom layout: default # item-meta adds rich meta markup to the page on production build item-meta: true ---
{% include item/breadcrumbs.html %}
{{ page.display_template | replace: "_", " " | upcase }} {% if page.display_template == "compound_object" or page.display_template == "multiple" %}{% assign children = site.data[site.metadata] | where_exp: 'item','item.parentid == page.objectid' %} ({{ children | size }} Items){% endif %}

{{ page.title }} {% unless page.display_template == 'record' %}Item Info {% endunless %}

{{ content }}
{% include item/metadata.html %}
{% include item/citation-box.html %}
{% if page.rights or page.rightsstatement %}
{% include item/rights-box.html %}
{% endif %}
{%- if site.data.theme.browse-buttons == true -%} {% include item/browse-buttons.html %} {%- endif -%}