diff --git a/source/_layouts/page.html.twig b/source/_layouts/page.html.twig index 4caf2d671..ba477b058 100644 --- a/source/_layouts/page.html.twig +++ b/source/_layouts/page.html.twig @@ -1,9 +1,11 @@ {% extends 'base' %} {% block content_wrapper %} - {% if page.intro_text %} -

{{ page.intro_text }}

- {% endif %} +
+ {% if page.intro_text %} +

{{ page.intro_text }}

+ {% endif %} - {{ parent() }} + {{ parent() }} +
{% endblock %}