17 lines
No EOL
280 B
HTML
17 lines
No EOL
280 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="de" class="no-js page-home">
|
|
{% include head.html %}
|
|
</head>
|
|
<body>
|
|
{% include header.html %}
|
|
{% include navigation.html %}
|
|
<main>
|
|
{{ content }}
|
|
</main>
|
|
{% include footer.html %}
|
|
</body>
|
|
</html> |