website/_layouts/simple.html

21 lines
266 B
HTML
Raw Normal View History

2019-08-14 12:18:00 +02:00
<!DOCTYPE html>
2021-08-23 12:35:32 +02:00
<html lang={{ site.locale }}>
2019-08-14 12:18:00 +02:00
{% include head.html %}
<body>
2021-02-02 21:24:42 +01:00
{% include header.html %}
{% include sidebar.html %}
2019-08-14 12:18:00 +02:00
{{ content }}
2021-02-02 21:24:42 +01:00
{% include footer.html %}
2019-08-14 12:18:00 +02:00
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>