{% macro show_metadata(query_metadata) %}
{% for pair in 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] }}
{% endmacro %}