/** * Shop Layout Templates * Header and Navigation specific to Customer-Facing Shop */ window.shopLayoutTemplates = { /** * Shop Header */ header: () => `
`, /** * Shop Account Sidebar */ accountSidebar: () => ` ` };