schonendveredelt.de/_layouts/default.html

17 lines
177 B
HTML
Raw Normal View History

2022-10-25 15:37:30 +02:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navbar.html %}
{{ content }}
{% include footer.html %}
{% include scripts.html %}
</body>
</html>