{% 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,
title = hero.heroContent.title,
subTitle = hero.heroContent.subTitle,
content = hero.heroContent.content,
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
)
}}