{# Copyright (C) 2023-2026 Graz University of Technology invenio-records-global-search is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.GLOBAL_SEARCH_BASE_TEMPLATE %} {%- set title = _("All Resources") %} {%- set page_description = _("Search and discover across all research results, publications, and educational resources.") %} {%- block javascript %} {{ super() }} {{ webpack['invenio-records-global-search-search.js'] }} {%- endblock %} {%- block page_body %}