{% extends 'pages/base_page.html' %}
{% block content %}
{% include 'snippets/breadcrumbs.html' %}
{#* elements for PDF header & footer; must occur BEFORE content #}
{# reorder so that creator attribution is at the top #}
{% include 'pages/snippets/creators.html' %}
{% include 'pages/snippets/body.html' %}
{% include 'pages/snippets/citation.html' %}
{% endblock %}