mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-27 14:05:33 +00:00
19 lines
485 B
HTML
19 lines
485 B
HTML
---
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html class="no-js" lang="en-US">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="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 %}
|
|
|
|
<script src="{{ '/assets/js/main.js' | relative_url }}"></script>
|
|
<script src="{{ '/assets/js/smooth-scroll.js' | relative_url }}"></script>
|
|
</body>
|
|
</html>
|