website/_layouts/simple.html

19 lines
211 B
HTML
Raw Normal View History

2019-08-14 12:18:00 +02:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
2020-04-07 12:10:02 +02:00
{% include bottom.html %}
2020-04-07 11:11:41 +02:00
2020-02-15 21:45:27 +01:00
{% include cookie-consent.html %}
2019-08-14 12:18:00 +02:00
</body>
</html>