vac.dev-experimental-old/_layouts/default.html

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 %}