mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-09 14:47:59 -05:00
16 lines
412 B
HTML
16 lines
412 B
HTML
---
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html class="h-full" lang="en-US">
|
|
{% include head.html %}
|
|
<body class="h-full flex flex-col font-body">
|
|
<div class="flex-grow container max-w-screen-xl mx-auto px-5 md:px-12 lg:pt-6">
|
|
{% include header.html %}
|
|
|
|
<main class="bg-white text-black flex flex-col">{{ content }}</main>
|
|
</div>
|
|
{% include footer.html %} {% include scripts.html %}
|
|
</body>
|
|
</html>
|