| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-theme/view/base/templates/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-theme/view/base/templates/root.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<!doctype html>
<html <?= /* @noEscape */ $htmlAttributes ?>>
<head <?= /* @noEscape */ $headAttributes ?>>
<?= /* @noEscape */ $requireJs ?>
<?= /* @noEscape */ $headContent ?>
<?= /* @noEscape */ $headAdditional ?>
</head>
<body data-container="body"
data-mage-init='{"loaderAjax": {}, "loader": { "icon": "<?= /* @noEscape */ $loaderIcon ?>"}}'
<?= /* @noEscape */ $bodyAttributes ?>>
<?= /* @noEscape */ $layoutContent ?>
</body>
</html>