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