2017-11-09 02:34:49 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
2019-07-17 02:49:02 +00:00
|
|
|
<main
|
2019-05-15 22:16:02 +00:00
|
|
|
class="bg-teal-500 flex h-screen items-center justify-center w-full"
|
2018-12-16 21:27:09 +00:00
|
|
|
>
|
2018-03-21 00:17:06 +00:00
|
|
|
{{ content }}
|
2019-07-17 02:49:02 +00:00
|
|
|
</main>
|
2017-11-09 02:34:49 +00:00
|
|
|
|
2018-12-16 21:27:09 +00:00
|
|
|
{% include footer.html %}
|