{# always display attribution for publication date, even if creators author & editor are not set #}
{% if page.authors %}
{% include 'pages/snippets/attribution.html' with creators=page.authors %}
{% endif %}
{% if page.editors %}
Edited by {% include 'pages/snippets/attribution.html' with creators=page.editors %}
{% endif %}
{% if page.doi %}
doi:{{ page.doi }}
{% endif %}
{% if page.pdf %}
PDF
{% endif %}