12 lines
244 B
HTML
12 lines
244 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="de" class="no-js page-home">
|
|
{% include htmlheader.html %}
|
|
<body>
|
|
{% include header.html %} {% include navigation.html %} {{content}} {%
|
|
include footer.html %}
|
|
</body>
|
|
</html>
|