{% extends "nopaque.html.j2" %} {% block page_content %}

Below the metadata for the results from the Corpus {{ result.corpus_metadata.corpus_name }} generated with the query {{ result.corpus_metadata.query }} are shown.

{{ texts_metadata }}

{% for pair in result.corpus_metadata|dictsort %} {% if pair[0] == 'corpus_all_texts' or pair[0] == 'text_lookup' %} {% else %} {% endif %} {% endfor %}
Metadata Description Value
{{ pair[0] }} {% for key, value in pair[1].items() %} {% endfor %}
{{ value['title'] }} written by {{ value['author'] }} in {{ value['publishing_year'] }} More info_outline
{{ pair[1] }}
{% endblock %}