{# pastel-dream announcement-bar — dismissable strip; dismissal persists in localStorage keyed by variant+message hash. #} {% set anncls = "bg-accent/15 text-foreground" %} {% if variant == "promo" %}{% set anncls = "bg-accent text-accent-foreground" %}{% elif variant == "alert" %}{% set anncls = "bg-destructive text-destructive-foreground" %}{% endif %}
{{ message }}{% if linkText and linkUrl %} {{ linkText }}{% endif %}
{% if dismissable %}{% endif %}