Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / templates / layout-test-1col.html.twig
index e7a7eb5baa3754c4edf02a013472850efb764fa7..2207e3c71ab1bb70f28a0adbe484697faf34e99c 100644 (file)
@@ -4,11 +4,11 @@
  * Template for an example 1 column layout.
  */
 #}
-<div class="layout-example-1col clearfix">
-  <div class="region-top">
+<div{{ attributes.addClass('layout-example-1col', 'clearfix') }}>
+  <div {{ region_attributes.top.addClass('region-top') }}>
     {{ content.top }}
   </div>
-  <div class="region-bottom">
+  <div {{ region_attributes.bottom.addClass('region-bottom') }}>
     {{ content.bottom }}
   </div>
 </div>