{# Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% if not config.THEME_TUGRAZ_PRODUCTION %}

{{ _("Test Instance") }}

{{ _("This is the test instance of the TU Graz Repository.") }}

{% endif %}
{%- block site_banner %} {% from 'invenio_banners/banner.html' import banner %} {{ banner() }} {%- endblock site_banner %} {%- block navbar %} {%- endblock navbar %} {%- block flashmessages %} {%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%} {{ flashed_messages() }} {%- endblock %}