2019-05-15 17:16:02 -05:00

13 lines
164 B
HTML

---
---
{% include header.html %}
<div
class="bg-teal-500 flex h-screen items-center justify-center w-full"
>
{{ content }}
</div>
{% include footer.html %}