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

10 lines
174 B
HTML

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