mikaela.github.io/_layouts/index.html

14 lines
223 B
HTML
Raw Normal View History

2023-07-07 10:47:49 +02:00
<!doctype html>
2015-05-03 10:34:34 +02:00
<html>
{% include head.html %}
<body>
2024-05-20 17:47:49 +02:00
{% include header.html %}
2015-05-03 10:34:34 +02:00
<div class="page-content">
<div class="wrapper">{{ content }}</div>
2015-05-03 10:34:34 +02:00
</div>
{% include ad.html %}
2015-05-03 10:34:34 +02:00
</body>
</html>