15 lines
228 B
HTML
Raw Normal View History

2023-07-07 11:47:49 +03:00
<!doctype html>
2014-12-29 19:35:21 +02:00
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
2023-02-22 20:28:38 +02:00
<div class="wrapper">{{ content }}</div>
2014-12-29 19:35:21 +02:00
</div>
{% include footer.html %}
</body>
</html>