{% set header_classes = ["bd-header-announcement", "container-fluid"] %} {% set is_remote=theme_announcement.startswith("http") %} {# If we are remote, add a script to make an HTTP request for the value on page load #} {%- if is_remote %} {#- if announcement text is not remote, populate announcement w/ local content -#} {%- else %}
{{ theme_announcement }}
{% endif %}