diff --git a/modules/custom/core/govcms8_foundations/modules/govcms8_layouts/templates/page_layouts/page_edgy.html.twig b/modules/custom/core/govcms8_foundations/modules/govcms8_layouts/templates/page_layouts/page_edgy.html.twig index a6b89b5e5..b245c4a62 100644 --- a/modules/custom/core/govcms8_foundations/modules/govcms8_layouts/templates/page_layouts/page_edgy.html.twig +++ b/modules/custom/core/govcms8_foundations/modules/govcms8_layouts/templates/page_layouts/page_edgy.html.twig @@ -13,16 +13,8 @@ %} - {% if content.header|render|striptags|trim %} -
-
-
-
- {{ content.header }} -
-
-
-
+ {% if content['#title'] %} +

{{ content['#title'] }}

{% endif %} {% if content.content_top|render|striptags|trim or content.content|render|striptags|trim or content.content_bottom|render|striptags|trim %}