{% from "../_colSection/_colSection.html" import colSection %}
{{
colSection(
sectionName = 'hero',
sectionType = 'hero',
numberOfColumns = hero.numberOfColumns.numberOfColumns_options.selected,
leftCol = hero.leftColumnContent.leftColumnContent_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
)
}}