{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- set main_column_width = "ten" if config.OVERRIDE_FRONTPAGE_RIGHT else "sixteen" %} {%- block javascript %} {{ webpack['invenio-override-js.js'] }} {{ webpack['invenio-override-communities.js'] }} {%- endblock javascript %} {%- from "invenio_override/macros/authors.html" import creators -%} {%- from "invenio_app_rdm/macros/records_list.html" import records_list %} {%- extends "invenio_app_rdm/frontpage.html" %} {%- block css %} {{ super() }} {# FOUC (flash-of-unstyled-content) prevention: the frontpage briefly renders unstyled before CSS/JS finish loading. We hide the body (opacity:0) and fade it in on DOMContentLoaded. The