{% from "../_colSection/_colSection.html" import colSection %} {{ colSection( sectionName = 'polyphenol-main', sectionType = '', numberOfColumns = polyphenol.numberOfColumns.numberOfColumns_options.selected, leftCol = polyphenol.leftColumnContent.leftColumnContent_options.selected, hasBg = polyphenol.styleBackgroundColor.hasBg, title = polyphenol.mainContent.main_title, subTitle = '', content = polyphenol.mainContent.main_content, showCta = 'false', mainBtnText = '', path = global.path, imgMobile = polyphenol.main_image.image_mobile, imgDesktop = polyphenol.main_image.image_desktop, imgAlt = polyphenol.main_image.image_alt, disclaimer = global.disclaimer ) }}

{{polyphenol.secondaryTitle.secondary_title}}

{% for content in polyphenol.secondary_content %}

{{content.content}}

{% endfor %} {% if polyphenol.show_disclaimer %}
{{global.disclaimer}}
{% endif %}