Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
page.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <?php ?>
11 <!doctype html>
12 <html lang="<?= /* @escapeNotVerified */ $block->getLang() ?>" class="no-js">
13 
14 <head>
15  <?= $block->getChildHtml('head') ?>
16 </head>
17 
18 <body id="html-body"<?= $block->getBodyClass() ? ' class="' . $block->getBodyClass() . '"' : '' ?> data-container="body" data-mage-init='{"loaderAjax":{},"loader":{}}'>
19  <div class="page-wrapper">
20  <?= $block->getChildHtml('notification_window') ?>
21  <?= $block->getChildHtml('global_notices') ?>
22  <div class="page-header-wrapper">
23  <?= $block->getChildHtml('header') ?>
24  </div>
25  <?= $block->getChildHtml('menu') ?>
26  <?= $block->getChildHtml('notifications') ?>
27 
28  <main class="page-content" id="anchor-content">
29  <?= $block->getChildHtml('main-top') ?>
30  <div class="messages" id="messages" data-container-for="messages">
31  <?= $block->getLayout()->getMessagesBlock()->getGroupedHtml() ?>
32  </div>
33  <?= $block->getChildHtml('page_main_actions') ?>
34  <?php if ($block->getChildHtml('left')): ?>
35  <div id="page:main-container" class="<?= /* @escapeNotVerified */ $block->getContainerCssClass() ?> col-2-left-layout">
36  <div class="main-col" id="content">
37  <?= $block->getChildHtml('content') ?>
38  </div>
39 
40  <div class="side-col" id="page:left">
41  <?= $block->getChildHtml('left') ?>
42  </div>
43  </div>
44  <?php else: ?>
45  <div id="page:main-container" class="col-1-layout">
46  <?= $block->getChildHtml('content') ?>
47  </div>
48  <?php endif; ?>
49  </main>
50 
51  <?= $block->getChildHtml('js') ?>
52  <footer class="page-footer">
53  <?= $block->getChildHtml('footer') ?>
54  </footer>
55  </div>
56  <?= $block->getChildHtml('before_body_end') ?>
57 </body>
58 </html>
if( $form)() ?>< script > require(['jquery' mage mage
Definition: save.phtml:15
$block
Definition: block.php:8
endif
Definition: 404.phtml:116