My Account Our Partners Brands we collaborate with No partners added yet. 2) Use it in your page template If your theme uses Liquid page templates, create templates/page.partner.liquid like this (you can keep your original article content and drop the grid underneath): liquid Copy code My Account Liquid error (sections/page line 150): Cannot render sections inside sections If your theme uses JSON templates (Online Store 2.0 default), create templates/page.partner.json: json Copy code { "sections": { "main": { "type": "main-page", "settings": {} }, "partners": { "type": "partner-grid", "settings": { "heading": "Our Partners", "subheading": "Brands we collaborate with", "link_target": "_self" }, "blocks": { "partner-1": { "type": "partner", "settings": {} }, "partner-2": { "type": "partner", "settings": {} } }, "block_order": ["partner-1", "partner-2"] } }, "order": ["main", "partners"]