{% from "../_colSection/_colSection.html" import colSection %}
{{
colSection(
sectionName = 'freeContentSection',
sectionType = 'paragraphs',
numberOfColumns = '1',
leftCol = 'Text',
assetType= 'Image',
hasBg = 'false',
title = freeContentSection.title,
subTitle = '',
content = freeContentSection.content,
showCta = 'false',
mainBtnText = '',
path = global.path,
imgMobile = gundryBio.main_image.image_mobile,
imgDesktop = gundryBio.main_image.image_desktop,
imgAlt = gundryBio.main_image.image_alt
)
}}