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

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

{% for pair in query_result.query_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 %}