{% macro VSL(title, brightcoveVideoStorage = 'false', brightcoveAccountID, brightcoveVideoID, videoHasCustomPlay, image_placeholder, image_placeholderAlt, videoID, className, mutedAndAutoPlay, videoSrc, path = global.path) %}
{% if title != '' %}

{{title}}

{% endif %}
{% if brightcoveVideoStorage == 'false' %} {{image_placeholderAlt}} {% else %} {% endif %} {% if brightcoveVideoStorage == 'false' %} {% endif %} {% if brightcoveVideoStorage == 'true' %} {% endif %}
{% endmacro %}