You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
616 B

  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <!doctype html>
  8. <html <?= /* @noEscape */ $htmlAttributes ?>>
  9. <head <?= /* @noEscape */ $headAttributes ?>>
  10. <?= /* @noEscape */ $requireJs ?>
  11. <?= /* @noEscape */ $headContent ?>
  12. <?= /* @noEscape */ $headAdditional ?>
  13. </head>
  14. <body data-container="body"
  15. data-mage-init='{"loaderAjax": {}, "loader": { "icon": "<?= /* @noEscape */ $loaderIcon ?>"}}'
  16. <?= /* @noEscape */ $bodyAttributes ?>>
  17. <?= /* @noEscape */ $layoutContent ?>
  18. </body>
  19. </html>