{# Copyright (C) 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. Extends invenio-app-rdm's page base and adds the FOUC guard into every page that extends config.BASE_TEMPLATE hides until its client widgets mount. #} {%- extends "invenio_app_rdm/page.html" %} {%- block css %} {{ super() }} {% include "invenio_override/fouc_guard.html" %} {%- endblock css %}