You are here

layout-example-1col.html.twig in Layout Plugin (obsolete, use core's Layout Discovery) 8

Template for a example 1 column layout.

File

modules/layout_plugin_example/templates/layout-example-1col.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template for a example 1 column layout.
  5. */
  6. #}
  7. <div class="layout-example-1col clearfix">
  8. <div class="region-top">
  9. {{ content.top }}
  10. </div>
  11. <div class="region-bottom">
  12. {{ content.bottom }}
  13. </div>
  14. </div>