{% extends 'page_base.html' %} {% load tei %} {% load static %} {% block page-subtitle %} : {{ document.title }}{% endblock %} {% block head-extras %} {% if document.ark %} {% endif %} {# NOTE: not strictly an alternate (may contain multiple groupsheets), but close... #} {# styles specific to the poetry #} {% endblock %} {% block body-attrs %}data-spy="scroll" data-target=".local-sidenav" data-offset-top="200"{% endblock %} {% block page-content %}
Time period: {{ document.date }}
{# NOTE: using byline from the first poem rather than document.author in order to generate RDF person info #}Poet{{ document.authors|pluralize }}: {% for author in document.authors %}{{ author|format_tei}}{% if not forloop.last %}; {% endif %}{% endfor %}
{% if document.ark %}Permanent URL: {{ document.ark }}
{% endif %}Source{{ sources|pluralize }}: {% for src in sources %} {{ src.name }}{% if not forloop.last %}; {% endif %} {% endfor %}