mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
16 lines
414 B
HTML
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>
|