mikaela.github.io/_layouts/mini.html
2024-05-28 18:59:51 +03:00

12 lines
215 B
HTML
Vendored

<!doctype html>
<html>
{% include head.html %}
<body>
<div class="page-content">
<div class="wrapper">{{ content }}</div>
{% include ad.html %}{% include ad.html %}
</div>
</body>
</html>