empty.xml 1.3 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
  9. <container name="root">
  10. <container name="after.body.start" as="after.body.start" before="-" label="Page Top"/>
  11. <container name="page.wrapper" as="page_wrapper" htmlTag="div" htmlClass="page-wrapper">
  12. <container name="global.notices" as="global_notices" before="-"/>
  13. <container name="main.content" htmlTag="main" htmlId="maincontent" htmlClass="page-main">
  14. <container name="columns.top" label="Before Main Columns"/>
  15. <container name="columns" htmlTag="div" htmlClass="columns">
  16. <container name="main" label="Main Content Container" htmlTag="div" htmlClass="column main"/>
  17. </container>
  18. </container>
  19. <container name="page.bottom.container" as="page_bottom_container" label="Before Page Footer Container" after="main.content" htmlTag="div" htmlClass="page-bottom"/>
  20. <container name="before.body.end" as="before_body_end" after="-" label="Page Bottom"/>
  21. </container>
  22. </container>
  23. </layout>