{# Copyright (C) 2020-2022 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. #} {% set options = [ { "key": "records", "text": _("All") + " " + config.THEME_SITENAME, "value": url_for("invenio_search_ui.search"), "title": "repo", },{ "key": "marc21", "text": _("Publications"), "value": url_for("invenio_records_marc21.search"), "title": "publication", },{ "key": "lom", "text": _("Open Educational Resources"), "value": url_for("invenio_records_lom.search"), "title": "oer", } ] %}