root.phtml 702 B

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