13 lines
166 B
HTML
Raw Normal View History

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