34 lines
No EOL
729 B
Text
34 lines
No EOL
729 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>
|
|
<bg-gradient aria-hidden="true"></bg-gradient>
|
|
<bg-image aria-hidden="true"></bg-image>
|
|
|
|
{% include "layouts/navbar.njk" %}
|
|
|
|
<!-- settings windows model -->
|
|
{% include "layouts/settings.njk" %}
|
|
|
|
<!-- main content -->
|
|
<content-wrapper>
|
|
<main>
|
|
{{ content | safe }}
|
|
</main>
|
|
|
|
{% include "layouts/footer.njk" %}
|
|
</content-wrapper>
|
|
|
|
<!-- element used for our alt popup -->
|
|
<div class="alt-popup" id="alt-popup" aria-hidden="true"></div>
|
|
</body>
|
|
|
|
</html> |