2019-03-25 13:54:51 +01:00
|
|
|
---
|
|
|
|
layout: compress
|
|
|
|
---
|
|
|
|
|
2019-03-12 13:49:49 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de" class="no-js page-home">
|
2019-03-25 13:54:51 +01:00
|
|
|
{% include head.html %}
|
2019-03-12 13:49:49 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
{% include navigation.html %}
|
|
|
|
<main>
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
2019-03-25 13:54:51 +01:00
|
|
|
</html>
|