Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / layout_discovery / layouts / onecol / layout--onecol.html.twig
index 64b9b4e5b9772b0a7f9cf00482eb05e675bee382..3a7f9934d09971ffb0d812caea966ad8977241de 100644 (file)
@@ -18,7 +18,7 @@
 %}
 {% if content %}
   <div{{ attributes.addClass(classes) }}>
-    <div class="layout__region layout__region--content">
+    <div {{ region_attributes.content.addClass('layout__region', 'layout__region--content') }}>
       {{ content.content }}
     </div>
   </div>