{# Copyright (C) 2019-2020 CERN. Copyright (C) 2019-2020 Northwestern University. Copyright (C) 2021 New York University. Invenio App RDM is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% from "invenio_app_rdm/macros/records_list.html" import records_list %} {% from "invenio_communities/macros/communities_carousel.html" import communities_carousel %} {%- extends "invenio_theme/frontpage.html" %} {%- block page_header %} {%- include "invenio_app_rdm/header_frontpage.html" %} {%- endblock page_header %} {%- block page_body %} {%- block intro_section %} {% if show_intro_section %} {% include "invenio_app_rdm/intro_section.html" %} {% endif %} {%- endblock intro_section %} {%- block top_banner %} {{ communities_carousel() }} {%- endblock top_banner %} {%- block grid_section %}