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