{% include("partials/head.html") %} {% block head %}{% endblock %}
{% include("partials/topbar.html") %}
{% block content %}{{results}}{% endblock %}
{% include("partials/hidden.html") %} {% include("partials/tooltips.html") %} {% include("partials/modals.html") %} {% include("partials/javascript.html") %}