More layout changes

This commit is contained in:
Oliver Davies 2019-05-14 22:10:45 +01:00
parent 528ef30ef7
commit cd4c12be58
3 changed files with 15 additions and 11 deletions

View file

@ -7,19 +7,23 @@
<a href="#main-content" class="visually-hidden focusable skip-link">
Skip to main content
</a>
<div class="tw-min-h-screen tw-flex tw-flex-col">
{% include 'banner' %}
{% block content_wrapper %}
{% block content %}{% endblock %}
{% endblock %}
<div class="tw-flex tw-flex-col tw-flex-1">
{% block content_wrapper %}
{% block content %}{% endblock %}
{% endblock %}
{% if page.update_text %}
{% include 'update-text' %}
{% endif %}
{% if page.update_text %}
{% include 'update-text' %}
{% endif %}
</div>
<div>
{% block content_bottom %}{% endblock %}
{% include 'footer' %}
</div>
</div>
{% include 'footer' %}
</body>
</html>