10 lines
167 B
HTML
Raw Normal View History

2017-11-08 20:34:49 -06:00
---
---
{% include header.html %}
2018-08-09 22:54:16 -05:00
<div class="bg-teal flex h-screen items-center justify-center text-white w-full">
2018-03-20 19:17:06 -05:00
{{ content }}
</div>
2017-11-08 20:34:49 -06:00
{% include footer.html %}