{# This file is part of Invenio. Copyright (C) 2021-2024 Graz University of Technology. Invenio-Records-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_BASE_TEMPLATE %} {%- from "invenio_records_marc21/landing_page/macros/detail.html" import record_detail %} {%- set metadata = record.ui.metadata %} {% block head_title %} {% for title in metadata.get('titles') %} {{title}} {% endfor %} {% endblock head_title %} {%- block page_body %}
{%- block record_body %} {%- block record_header -%}
{{ _("Published in") }} {{ metadata.published }} {%- if record.ui.version %} | Version {{ record.ui.version }} {% endif %}
{% if metadata.resource_type %} {{ metadata.resource_type }} {% endif %} {% if record.ui.access_status.icon %} {% endif %} {{ record.ui.access_status.title_l10n }}
{%- endblock record_header -%} {%- block record_title -%} {%- include "invenio_records_marc21/landing_page/helpers/title.html" %} {%- endblock record_title -%} {%- block record_content -%}
{%- include "invenio_records_marc21/landing_page/helpers/authors.html" %}
{%- include "invenio_records_marc21/landing_page/helpers/subjects.html" %}
{%- include "invenio_records_marc21/landing_page/helpers/description.html" %} {%- endblock record_content -%} {%- block record_files -%}

{%- include "invenio_records_marc21/landing_page/helpers/files.html" %} {%- endblock record_files -%} {%- block record_footer -%} {%- include "invenio_records_marc21/landing_page/helpers/footer.html" %} {%- endblock record_footer -%} {%- endblock record_body %}
{% block record_sidebar %} {%- include "invenio_records_marc21/landing_page/helpers/side_bar.html" %} {% endblock record_sidebar %}
{%- endblock page_body %} {%- block javascript %} {{ super() }} {{ webpack["invenio-records-marc21-landing-page.js"] }} {%- endblock javascript %}