nicojensen.de/_layouts/blogpost.html

13 lines
248 B
HTML
Raw Normal View History

2024-10-08 21:36:18 +02:00
---
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>