{% if gundryBio.sectionBanner.showSectionBanner and gundryBio.sectionBanner.showSectionBanner == 'true' %} {% from "../_sectionBanner/_sectionBanner.html" import sectionBanner %} {{ sectionBanner( componentName = 'sectionBanner', componentVariant = 'maxWidth', styleVariantion = '', content = gundryBio.sectionBanner.title, showCta = gundryBio.sectionBanner.showCta, mainBtnText = '' ) }} {% endif %}
{% from "../_colSection/_colSection.html" import colSection %} {{ colSection( sectionName = 'gundryBio-main', sectionType = '', numberOfColumns = gundryBio.numberOfColumns.numberOfColumns_options.selected, leftCol = gundryBio.leftColumnContent.leftColumnContent_options.selected, assetType= 'Image', hasBg = gundryBio.styleBackgroundColor.hasBg, title = gundryBio.mainContent.main_title, subTitle = '', content = gundryBio.mainContent.main_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 ) }} {% if gundryBio.displaySecondarySection == 'true' %}

{{gundryBio.secondaryTitle.secondary_title}}

{% if gundryBio.secondaryTitle.secondary_subtitle and gundryBio.secondaryTitle.secondary_subtitle != '' %}
{{gundryBio.secondaryTitle.secondary_subtitle}}
{% endif %} {% if gundryBio.secondary_content[0] and gundryBio.secondary_content[0] != '' %} {% for content in gundryBio.secondary_content %}

{{content.content}}

{% endfor %} {% endif %} {% if gundryBio.secondary_content_layout_options.selected == "Infographics" %}
    {% for item in gundryBio.infographics_content.items %}
  • {% if item.icon and item.icon != '' %}
    {% from "../_icon/_icon.html" import icon %} {{ icon( iconID = item.icon, className = 'icon', modifierClass = 'infographic' ) }}
    {% endif %} {% if item.title and item.title != '' %}
    {{item.title}}
    {% endif %} {% if item.content and item.content != '' %}

    {{item.content}}

    {% endif %}
  • {% endfor %}
{{gundryBio.infographics_content.image.image_alt}}
{% endif %}
{% endif %}