diff --git a/core/modules/system/templates/page.html.twig b/core/modules/system/templates/page.html.twig index 032b724dfe7..f7524f8756b 100644 --- a/core/modules/system/templates/page.html.twig +++ b/core/modules/system/templates/page.html.twig @@ -60,8 +60,7 @@ {{ page.help }} -
- {# link is in html.html.twig #} +
{# link is in html.html.twig #}
{{ page.content }} diff --git a/core/themes/bartik/templates/maintenance-page.html.twig b/core/themes/bartik/templates/maintenance-page.html.twig index 3cd787b33d0..2b17f621922 100644 --- a/core/themes/bartik/templates/maintenance-page.html.twig +++ b/core/themes/bartik/templates/maintenance-page.html.twig @@ -32,9 +32,8 @@
-
-
- +
+
{% if title %}

{{ title }}

{% endif %} diff --git a/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig index 023204f4fc9..046706a8833 100644 --- a/core/themes/bartik/templates/page.html.twig +++ b/core/themes/bartik/templates/page.html.twig @@ -76,9 +76,8 @@
{{ page.breadcrumb }} -
-
- +
+
{{ page.content }}
diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig index 1a1a89b0c31..c66dc0bcd33 100644 --- a/core/themes/seven/templates/page.html.twig +++ b/core/themes/seven/templates/page.html.twig @@ -48,8 +48,7 @@
{{ page.pre_content }} {{ page.breadcrumb }} -
-
+
{{ page.highlighted }} {% if page.help %}