9 lines
118 B
HTML
Raw Normal View History

2024-05-18 19:58:57 +03:00
<!doctype html>
<html>
{% include head.html %}
<body>
{{ content }}
2024-05-18 19:58:57 +03:00
</body>
{% include ad.html %}
2024-05-18 19:58:57 +03:00
</html>