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