{% from "../_colSection/_colSection.html" import colSection %}
{{
colSection(
sectionName = 'hero',
sectionType = 'hero',
numberOfColumns = hero.numberOfColumns.numberOfColumns_options.selected,
leftCol = hero.leftColumnContent.leftColumnContent_options.selected,
assetType= hero.columnAssetType.columnAssetType_options.selected,
hasBg = 'false',
hasColorMode = hero.solidBackgroundMode.solidBackground_options.selected,
displayContent = hero.heroContent_options.selected,
title = hero.heroContentForTitle.title,
subTitle = hero.heroCommonContent.subTitle,
content = hero.heroCommonContent.content,
quote = hero.heroContentForQuote.quote,
quoteAuthor = hero.heroContentForQuote.quote_author,
authorImage = hero.heroContentForQuote.author_image,
showCta = hero.heroCta.showCta,
mainBtnText = global.mainBtn,
path = global.path,
imgMobile = hero.heroImage.image_mobile,
imgDesktop = hero.heroImage.image_desktop,
imgAlt = hero.heroImage.image_alt,
logoID = '',
showDecline = 'false',
declineButtonContent = '',
disclaimer = '',
brightcoveVideoStorage = hero.heroVideo.brightcoveVideoStorage,
brightcoveVideoID = hero.heroVideo.video_desktop.brightcoveVideoID,
brightcoveVideoID_mobile = hero.heroVideo.video_mobile.brightcoveVideoID,
displayPlayButton = hero.heroVideo.displayPlayButton,
customPlay = hero.heroVideo.customPlay,
transparentPoster = hero.heroVideo.transparentPoster,
alt = hero.heroVideo.alt,
ID = hero.heroVideo.ID,
video_src_desktop = hero.heroVideo.video_desktop.video_src,
video_src_mobile = hero.heroVideo.video_mobile.video_src,
hasControls = hero.heroVideo.hasControls,
isMutedAndAutoplay = hero.heroVideo.isMutedAndAutoplay,
playInLoop = hero.heroVideo.playInLoop
)
}}