You are here

page--entity-browser--bootstrap4-modal--iframe.html.twig in Bootstrap 4 Modal 8

Theme override for the IFrame entity browser. Template copied from core/modules/system/templates/page.html.twig

File

templates/page--entity-browser--bootstrap4-modal--iframe.html.twig
View source
  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. We ommit most of the regions in this template, which generally includes
  13. messages too. Since this is not desired we try to figure out where messages
  14. live and display them separately.
  15. @see entity_browser_preprocess_page__entity_browser__iframe()
  16. #}
  17. {{ messages }}
  18. <main role="main">
  19. <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
  20. <div class="layout-content">
  21. {{ page.content }}
  22. </div>{# /.layout-content #}
  23. </main>
  24. </div>{# /.layout-container #}