{% 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,
hidePlay = vslSection.vsl.hidePlay,
ID = vslSection.vsl.ID,
path = global.path,
placeholder = vslSection.vsl.placeholder,
alt = vslSection.vsl.alt,
src = vslSection.vsl.video_src,
hasControls = vslSection.vsl.hasControls,
isMutedAndAutoplay = vslSection.vsl.isMutedAndAutoplay )
}}
{% endif %}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA(
wrapCTA= 'true',
ctaID= vslSection.CTA.id,
ctaLink= global.mainBtn_link,
ctaTarget= vslSection.CTA.openLink_options.selected,
dataParam= 'true',
ctaParam= 'false',
ctaClass= '',
ctaText= global.mainBtn,
hasIcon = global.mainBtn_hasIcon,
hideCta = vslSection.CTA.hide,
hasGradient = vslSection.CTA.hasGradient
)
}}