{% extends "nopaque.html.j2" %} {% set headline = ' ' %} {% set full_width = True %} {% set imported = True %} {% block page_content %}
search

{% include 'interactions/infos.html.j2' %} {% include 'interactions/display.html.j2' %} {% include 'interactions/analysis.html.j2' %} {% include 'interactions/cite.html.j2' %}
{# Hide those because they are not needed when inspecting results #} {% include 'interactions/export.html.j2' %} {% include 'interactions/create.html.j2' %}
{% include 'tables/query_results.html.j2' %}
{% include 'interactions/scroll_to_top.html.j2' %} {% include 'modals/show_metadata.html.j2' %} {% include 'modals/context_modal.html.j2' %} {% endblock %}