diff --git a/source/_includes/update-text.html.twig b/source/_includes/update-text.html.twig
index 6ded570..82bf247 100644
--- a/source/_includes/update-text.html.twig
+++ b/source/_includes/update-text.html.twig
@@ -1,3 +1,3 @@
-
+
{{ page.update_text }}
diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig
index c296462..d24e0eb 100644
--- a/source/_layouts/base.html.twig
+++ b/source/_layouts/base.html.twig
@@ -7,19 +7,23 @@
Skip to main content
-
{% include 'banner' %}
- {% block content_wrapper %}
- {% block content %}{% endblock %}
- {% endblock %}
+
+ {% block content_wrapper %}
+ {% block content %}{% endblock %}
+ {% endblock %}
- {% if page.update_text %}
- {% include 'update-text' %}
- {% endif %}
+ {% if page.update_text %}
+ {% include 'update-text' %}
+ {% endif %}
+
+
+
+ {% block content_bottom %}{% endblock %}
+ {% include 'footer' %}
+
-
- {% include 'footer' %}