{# ========================================================================= #}
{# Page foot (insert before closing body) #}
{# ========================================================================= #}

{# vendors #}
{% if pageParams.scriptVendors %}
  {% for vendor in pageParams.scriptVendors %}
    <script src="{{vendor}}"></script>
  {% endfor %}
{% endif %}

{# brandplatform js #}
<script src="/js/brandplatform.min.js"></script>

{#
  styleguide js:
  Load in the correct script(s) based on the styleguide loaded passed
  from the server.
#}
{% if BPDATA.styleguide == "general" %}
  <script src="/js/general.min.js"></script>
{% endif %}
