{# Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-iform 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 options = [ { "key": "records", "text": "All", "value": url_for("invenio_search_ui.search"), "title": "repo", },{ "key": "rdm", "text": "Research Results", "value": "/records/search", "title": "Research Data", },{ "key": "marc21", "text": "Publications", "value": url_for("invenio_records_marc21.search"), "title": "publication", } ] %}
{%- block navbar_right %} {%- include config.THEME_HEADER_LOGIN_TEMPLATE %} {%- endblock navbar_right %}