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