13 lines
197 B
HTML
Raw Normal View History

2023-07-07 11:47:49 +03:00
<!doctype html>
2015-05-03 11:34:34 +03: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>
2015-05-03 11:34:34 +03:00
</div>
</body>
</html>