2019-08-14 12:18:00 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
{% 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>
|