site/_includes/layouts/sneexy/base.njk
Ruben a7e1968a8c
All checks were successful
/ build (push) Successful in 34s
use lightningcss to minify instead
2025-06-02 10:50:26 -05:00

22 lines
No EOL
317 B
Text

---
title: base
---
<!DOCTYPE html>
<html lang="en" page-is="goopy">
<head>
{% include "layouts/header.njk" %}
<script defer src="https://booping.synth.download/embed.js"></script>
</head>
<body>
{% include "layouts/navbar.njk" %}
{{ content | safe }}
{% include "layouts/footer.njk" %}
</body>
</html>