Initial push

This commit is contained in:
2025-08-25 19:13:59 -04:00
parent 6a2ac61694
commit 181308662f
62 changed files with 2360 additions and 2 deletions

24
_layouts/default.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</head>
<body>
<div class="wrapper">
<header class="wrapper-header">
{% include header.html %}
</header>
<main class="wrapper-main">
<div class="main-content">
{{ content }}
</div>
</main>
</div>
<footer class="wrapper-footer">
{% include footer.html %}
</footer>
</body>
</html>