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