f47eeceaa4d2b65af8ef8d21efcee0d88acdf68d
[yaffs-website] / web / modules / contrib / layout_plugin / modules / layout_plugin_example / templates / layout-example-1col.html.twig
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>