15 lines
250 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>
2024-05-20 18:42:08 +03:00
{% include ad.html %} {% include header.html %}
2014-12-29 19:35:21 +02:00
<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>