schonendveredelt.de/_layouts/default.html
2022-10-25 15:37:30 +02:00

17 lines
No EOL
177 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navbar.html %}
{{ content }}
{% include footer.html %}
{% include scripts.html %}
</body>
</html>