Switching to production mode.
[yaffs-website] / web / modules / contrib / entity_browser / templates / page--entity-browser--iframe.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for the IFrame entity browser. Template copied from core/modules/system/templates/page.html.twig
5  *
6  * @see template_preprocess_page()
7  * @see html.html.twig
8  */
9 #}
10 <div class="layout-container">
11
12     {#
13       We ommit most of the regions in this template, which generally includes
14       messages too. Since this is not desired we try to figure out where messages
15       live and display them separately.
16
17       @see entity_browser_preprocess_page__entity_browser__iframe()
18     #}
19     {{ messages }}
20
21     <main role="main">
22         <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
23
24         <div class="layout-content">
25
26             {{ page.content }}
27
28         </div>{# /.layout-content #}
29
30     </main>
31
32 </div>{# /.layout-container #}