{# Copyright (C) 2024-2025 Graz University of Technology. invenio-catalogue-marc21 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.MARC21_CATALOGUE_BASE_TEMPLATE %} {%- from "invenio_records_marc21/landing_page/macros/detail.html" import record_detail %} {%- set metadata = record_ui["ui"]["metadata"] %} {% block head_title %} {{ metadata.title }} {% endblock head_title %} {%- block head_meta %} {# to not run this block #} {%- endblock head_meta %} {%- block record_files -%}
{%- include "invenio_records_marc21/landing_page/helpers/files.html" %}
{%- endblock record_files -%} {% block record_sidebar %} {%- include "invenio_app_rdm/records/details/side_bar/metrics.html" %}
{% if root["pid"] %} {% if root["pid"] != parent["pid"] %} {%- include "invenio_catalogue_marc21/landing_page/helpers/root.html" %} {% endif %} {%- include "invenio_catalogue_marc21/landing_page/helpers/parent.html" %} {% endif %} {% if children %} {%- include "invenio_catalogue_marc21/landing_page/helpers/chapters.html" %} {% endif %}
{% endblock record_sidebar %} {%- block javascript %} {{ super() }} {%- endblock javascript %} {%- block record_jsonld %} {# to not run this block #} {%- endblock record_jsonld %}