nicojensen.de/_layouts/default.html
2021-06-21 17:27:49 +02:00

16 lines
No EOL
272 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="de" class="no-js page-home">
{% include head.html %}
<body>
{% include header.html %}
{% include navigation.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>