{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Copyright (C) 2020 Graz University of Technology invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. origin: invenio-rdm-records/record_landing_page.html #} {%- extends config.BASE_TEMPLATE %} {%- block css %} {{ super() }} {%- endblock css %} {%- from "invenio_app_rdm/landing_page/macros/files.html" import file_list_box, preview_file_box %} {%- from "invenio_app_rdm/landing_page/macros/detail.html" import show_detail %} {%- set record = record|dereference_record|serialize_ui %} {%- set metadata = record.metadata %} {%- block page_body %}
{%- include "invenio_app_rdm/landing_page/details/creators.html" %}
{%- include "invenio_app_rdm/landing_page/details/contributors.html" %}