{%- if theme_announcement -%} {% 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 %} {% endif %}
{#- if announcement text is not remote, populate announcement w/ local content -#} {%- if not is_remote %}
{{ theme_announcement }}
{%- endif -%}
{%- endif %}