- {% block content_wrapper %}
- {% block content %}{% endblock %}
- {% endblock %}
+{% block body %}
+
+ Skip to main content
+
+
+ {% include 'banner' %}
- {% if page.update_text %}
- {% include 'update-text' %}
- {% endif %}
-
+
+ {% block content_wrapper %}
+ {% block content %}{% endblock %}
+ {% endblock %}
-
- {% block content_bottom %}{% endblock %}
- {% include 'footer' %}
-
+ {% if page.update_text %}
+ {% include 'update-text' %}
+ {% endif %}
-
-
+
+
+ {% block content_bottom %}{% endblock %}
+ {% include 'footer' %}
+
+