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

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

{# main bundle #}
<script src="/js/general.min.js"></script>
