{% if ingredients.carousel_background_image.show_background_image == "true" %} {% endif %} {% from "../_colSection/_colSection.html" import colSection %} {{ colSection( sectionName = 'ingredients', sectionType = 'ingredients', numberOfColumns = ingredients.numberOfColumns.numberOfColumns_options.selected, leftCol = ingredients.leftColumnContent.leftColumnContent_options.selected, assetType= 'Image', hasBg = ingredients.styleBackgroundColor.hasBg, hasColorMode = ingredients.solidBackgroundMode.solidBackground_options.selected, title = ingredients.mainContent.main_title, subTitle = '', content = ingredients.mainContent.main_content, showCta = 'false', mainBtnText = global.mainBtn, path = global.path, imgMobile = ingredients.main_image.image_mobile, imgDesktop = ingredients.main_image.image_desktop, imgAlt = ingredients.main_image.image_alt, showCarousel = ingredients.showCarousel, carouselItems = ingredients.carousel, disclaimer = global.disclaimer ) }}