{% if vslSection.title and vslSection.title != '' %}
{{vslSection.title}}
{% endif %}
{% if vslSection.vsl.video_src %}
{% from "../_vsl/_vsl.html" import vsl %}
{{ vsl(
customPlay = vslSection.vsl.customPlay,
ID = vslSection.vsl.ID,
placeholder = vslSection.vsl.image,
alt = vslSection.vsl.alt,
src = vslSection.vsl.video_src,
path = global.path,
hasControls = vslSection.vsl.hasControls,
isMutedAndAutoplay = vslSection.vsl.isMutedAndAutoplay
)
}}
{% endif %}
{% if vslSection.enableCTA and vslSection.enableCTA == 'true' %}
{{global.mainBtn}}
{% endif %}