www.netz39.de/_layouts/default.html
2023-10-16 01:36:59 +02:00

16 lines
414 B
HTML

<!DOCTYPE html>
<!--
Type on Strap jekyll theme v2.4.6
Theme free for personal and commercial use under the MIT license
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
-->
<html lang="en">
{% include default/head.liquid %}
<body>
{% include default/navbar.liquid %}
<div class="content">
{{ content }}
</div>
{% include default/footer.liquid %}
</body>
</html>