{#- The "revealer" allows async banners to be loaded, revealed, and animated together in a controlled way -#} {%- set revealer_classes = "pst-async-banner-revealer d-none" -%} {%- if theme_sticky_version_warning_banner | tobool -%} {%- set revealer_classes = revealer_classes + " pst-sticky-banners" -%} {%- endif -%}
{#- 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 %}