{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- set title = _("Publications") %} {%- set page_description = _("Search and discover scientific publications.") %} {%- extends config.MARC21_BASE_TEMPLATE %} {%- block javascript %} {{ super() }} {{ webpack['invenio-records-marc21-search.js'] }} {%- endblock %} {%- block page_body %}
{%- include "invenio_override/search_nav.html" %}
{%- endblock page_body %}