<script type="text/javascript" src="//branding.vcu.edu/bar/academic/latest.js" data-color-bottom="white"></script>
{# Attributes #}
{% set attributes = [
    'type="text/javascript"',
    'src="//branding.vcu.edu/bar/academic/latest.js"'
] %}
{# Top color #}
{% if top %}
    {% set attributes =
        attributes|merge(['data-color-top-campaign="' ~ top ~ '"'])
    %}
{% endif %}
{# Bottom color #}
{% if bottom %}
    {% set attributes =
        attributes|merge(['data-color-bottom="' ~ bottom ~ '"'])
    %}
{% endif %}
{# Brand bar script #}
<script {{ attributes|join(' ') }}></script>
{
  "bottom": "white"
}

No notes defined.