2023-07-07 10:47:49 +02:00
|
|
|
<!doctype html>
|
2015-05-03 10:34:34 +02:00
|
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<div class="page-content">
|
2023-02-22 19:28:38 +01:00
|
|
|
<div class="wrapper">{{ content }}</div>
|
2015-05-03 10:34:34 +02:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|