{% include "web/_metadata.html" with passage=passage only %}
{% include "web/_manuscripts.html" with manuscripts=passage.manuscripts.all only %}
{% include "web/_texts.html" with texts=texts authors=passage.authors.all only %}
{% include "web/_keywords.html" with texts=texts keywords=passage.keywords.all only %}
{% include "web/_scholia.html" with scholia=passage.mlgr_scholia.all passage=passage only %}
{% include "web/_comments.html" with comments=passage.comments.all comment_form=comment_form passage_pk=passage.pk csrf_token=csrf_token only %}
{% include "web/_alignments.html" with texts=texts only %}
{% endblock %}
{% block footer %}