Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / templates / layout-test-plugin.html.twig
1 {#
2 /**
3  * @file
4  * Template for layout_test_plugin layout.
5  */
6 #}
7 <div{{ attributes.addClass('layout-test-plugin', 'clearfix') }}>
8   <div>
9     <span class="setting-1-label">Blah: </span>
10     {{ settings.setting_1 }}
11   </div>
12   <div {{ region_attributes.main.addClass('region-main') }}>
13     {{ content.main }}
14   </div>
15 </div>