{% if vslSection.vsl.video_src %} {% from "../_vsl/_vsl.html" import vsl %} {{ vsl( brightcoveVideoStorage = vslSection.vsl.brightcoveVideoStorage, brightcoveAccountID = "6415681346001", brightcoveVideoID = vslSection.vsl.brightcoveVideoID, customPlay = vslSection.vsl.customPlay, ID = 'vslSectionVsl', 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 CTA.type_options.selected != 'sticky' and vslSection.ctaUnderVsl.showCta == 'true' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA( wrapCTA= 'true', ctaID= '', ctaLink= '', ctaTarget= '', dataParam= 'false', ctaParam= 'false', ctaClass= '', hideCta= vslSection.ctaUnderVsl.enableAppearanceAfterPlayingVideo, ctaText= global.mainBtn, hasIcon = global.mainBtn_hasIcon ) }} {% endif %}