{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2020 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 banner = get_active_banner() %} {% if banner %}
{{ banner.message }}
{% endif %} {%- endblock banner %} {%- endmacro %}