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