diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig
index 4d9f911..c296462 100644
--- a/source/_layouts/base.html.twig
+++ b/source/_layouts/base.html.twig
@@ -7,6 +7,7 @@
Skip to main content
+
{% include 'banner' %}
@@ -14,13 +15,11 @@
{% block content %}{% endblock %}
{% endblock %}
-
- {% if page.update_text %}
- {% include 'update-text' %}
- {% endif %}
-
- {% include 'footer' %}
-
+ {% if page.update_text %}
+ {% include 'update-text' %}
+ {% endif %}
+
+ {% include 'footer' %}