{% from "../_section/_section.html" import section with context %} {{ section ( sectionName = 'doNotEatIngredients', title = doNotEatIngredients.title, sectionContent = doNotEatIngredients.content, author = doNotEatIngredients.content.quoteAuthor, imageSrc = doNotEatIngredients.image.image, imageMobileSrc = '', imageAlt = doNotEatIngredients.title, showBuyNowButton = doNotEatIngredients.showBuyNowButton, showCart = doNotEatIngredients.showCart ) }}