{# Copyright (C) 2024 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.metadata %} {% block head_title %} {{ metadata.get("title_statement", {}).get("title", "") }} {% endblock head_title %} {%- block page_body %}
{# Landing Page Header #}
{%- include "invenio_catalogue_marc21/landing_page/helpers/header.html" %}
{# Main Content #}
{%- include "invenio_catalogue_marc21/landing_page/helpers/title.html" %}
{%- include "invenio_catalogue_marc21/landing_page/helpers/metadata.html" %} {%- include "invenio_records_marc21/landing_page/helpers/files.html" %}
{# Right Sidebar #}
{# {%- include "invenio_catalogue_marc21/landing_page/helpers/links.html" %} #} {%- include "invenio_catalogue_marc21/landing_page/helpers/chapters.html" %}
{{_("Jump up")}}
{%- endblock page_body %} {%- block javascript %} {{ super() }} {%- endblock javascript %}