2019-05-20 19:44:51 +00:00
|
|
|
{% extends 'app' %}
|
2019-04-09 13:08:53 +00:00
|
|
|
|
2019-05-20 19:44:51 +00:00
|
|
|
{% block body %}
|
|
|
|
<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">
|
2019-05-22 11:19:47 +00:00
|
|
|
{% include 'banner' %}
|
2019-04-09 13:08:53 +00:00
|
|
|
|
2019-05-22 11:19:47 +00:00
|
|
|
<div class="tw-flex tw-flex-col tw-flex-1">
|
|
|
|
{% block content_wrapper %}
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
{% endblock %}
|
2019-05-14 18:58:10 +00:00
|
|
|
|
2019-05-22 11:19:47 +00:00
|
|
|
{% block content_botton %}{% endblock %}
|
2019-05-20 20:07:06 +00:00
|
|
|
|
2019-05-22 11:19:47 +00:00
|
|
|
{% if page.update_text %}
|
2019-04-25 21:07:25 +00:00
|
|
|
{% include 'update-text' %}
|
2019-05-22 11:19:47 +00:00
|
|
|
{% endif %}
|
2019-04-25 21:07:25 +00:00
|
|
|
|
|
|
|
{% block content_bottom %}{% endblock %}
|
2019-05-22 11:19:47 +00:00
|
|
|
</div>
|
2019-05-20 19:44:51 +00:00
|
|
|
|
2019-05-22 11:19:47 +00:00
|
|
|
<div>
|
|
|
|
{% block footer_top %}{% endblock %}
|
|
|
|
{% include 'footer' %}
|
|
|
|
</div>
|
2019-05-20 19:44:51 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|