{#- The "revealer" allows async banners to be loaded, revealed, and animated together in a controlled way -#}
{#- Version warning banner is always loaded remotely/asynchronously #} {#- But the announcement banner might be loaded locally or remotely -#} {%- set announcement_banner_label = _("Announcement") -%} {%- set announcement_banner_classes = "bd-header-announcement d-print-none" -%} {%- set announcement_is_remote = theme_announcement and theme_announcement.startswith("http") -%} {%- set announcement_is_local = theme_announcement and not announcement_is_remote -%} {%- if announcement_is_remote %} {%- endif %}
{%- if announcement_is_local %} {%- endif %}