What makes up the main storefront layout?
By default, all of your pages reference your 'main' layout - this ensures the same scaffolding structure for each of your sections/pages
The 'main' layout calls divides your page into the following screen areas:
- headercalls the 'header' section - breadcrumbcalls the 'breadcrumb' section - footercalls the 'footer' section - cookie barcalls the 'cookie-bar' section - contentpoints back to the page (twig file) from which layout was called.
The main layout uses Aero Sections
See our section on sections for more information