{# SPDX-FileCopyrightText: 2015-2018 CERN. SPDX-FileCopyrightText: 2021-2026 TU Wien. SPDX-License-Identifier: MIT #} {#- base: invenio-app-rdm v13.0.0 #} {#- changes: add invenio-theme-tuw, conditionally add the snowfall easter egg #} {{ webpack['theme.js'] }} {{ webpack['base-theme-rdm.js'] }} {{ webpack['i18n_app.js'] }} {{ webpack['overridable-registry.js'] }} {{ webpack['invenio-theme-tuw.js'] }} {%- if config.THEME_TUW_FORECAST and config.THEME_TUW_FORECAST() == "snowfall" %} {{ webpack['invenio-theme-tuw-snowfall.js'] }} {%- endif %}