{# -*- coding: utf-8 -*- Copyright (C) 2022-2026 Graz University of Technology. invenio-records-lom 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 = _("OER Search Results") %} {%- extends config.LOM_BASE_TEMPLATE %} {%- block javascript %} {{ super() }} {{ webpack['invenio-records-lom-search.js'] }} {%- endblock %} {%- block page_body %}
{%- if config.get('LOM_SEARCH_NAV_TEMPLATE') %} {%- include config.LOM_SEARCH_NAV_TEMPLATE %} {%- endif %}
{%- endblock page_body %}