{% from "./m_vsl.html" import vsl %}
{{ vsl(
path = global.path,
placeholder = sc_vsl.placeholder,
video_src = sc_vsl.video_src,
video_alt = sc_vsl.video_alt,
customPlay = sc_vsl.vsl_setup.customPlay,
hasControls = sc_vsl.vsl_setup.hasControls,
isMutedAndAutoplay = sc_vsl.vsl_setup.isMutedAndAutoplay
)
}}