{#- Per-collection search page. Reuses the main ``invenio-app-rdm-search.js`` bundle (same as ``/search``) with the ``searchApi`` URL swapped to the collection's records endpoint. ``oarepo_ui/templates/oarepo_ui/javascript.html`` auto-loads the per-endpoint overrides bundle ``overrides-oarepo_communities_collections.collection_detail.js``, populated by ``ui_overrides`` in ``oarepo_communities.collections.views``. -#} {%- extends config.BASE_TEMPLATE %} {%- set root_collection = collection[collection.root] %} {%- set title = root_collection.title %} {%- block javascript %} {{ super() }} {{ webpack['invenio-app-rdm-search.js'] }} {%- endblock %} {%- block page_body %}

{{ root_collection.title }}

{%- endblock page_body %}