{# -*- coding: utf-8 -*- Copyright (C) 2015-2018 CERN. Copyright (C) 2021-2023 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {#- base: invenio-app-rdm v12.0.0rc2 #} {#- changes: add 'invenio-theme-tuw-mobilemenu.js' #} {{ webpack['theme.js'] }} {{ webpack['base-theme-rdm.js'] }} {{ webpack['i18n_app.js'] }} {{ webpack['overridable-registry.js'] }} {{ webpack['invenio-theme-tuw-mobilemenu.js'] }} {%- if config.THEME_TUW_FORECAST and config.THEME_TUW_FORECAST() == "snowfall" %} {{ webpack['invenio-theme-tuw-snowfall.js'] }} {%- endif %}