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

{{title}}

{% endif %}
{{image_placeholderAlt}}
{% endmacro %}