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

13 lines
168 B
HTML
Raw Normal View History

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