22 lines
No EOL
317 B
Text
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> |