mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-02-07 12:53:19 +01:00
19 lines
233 B
HTML
19 lines
233 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
{% include default/head.liquid %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{% include default/navbar.liquid %}
|
||
|
|
||
|
<div class="wrapper">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
{% include default/footer.liquid %}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|