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

18 lines
413 B
HTML
Raw Normal View History

2017-11-09 02:34:49 +00:00
---
---
2021-07-29 17:02:18 +00:00
<!DOCTYPE html>
2021-08-09 09:11:02 +00:00
<html class="h-full" lang="en-US">
2021-08-05 14:37:13 +00:00
{% include head.html %}
2021-08-09 09:11:02 +00:00
<body class="h-full flex flex-col">
<div
class="flex-grow container max-w-screen-xl mx-auto px-5 md:px-12 lg:pt-6"
>
2021-07-29 17:02:18 +00:00
{% include header.html %}
<main class="bg-white text-black flex flex-col">{{ content }}</main>
</div>
2021-08-05 14:38:33 +00:00
{% include footer.html %} {% include scripts.html %}
2021-07-29 17:02:18 +00:00
</body>
</html>