{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2020-2023 CERN. Invenio-Banners is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- macro banner() -%} {%- block banner %} {%- set banners = get_active_banners() %} {% if banners %} {% for banner in banners %}
{% endfor %} {% endif %} {%- endblock banner %} {%- endmacro %}