mikaela.github.io/_layouts/default.html

15 lines
250 B
HTML
Raw Normal View History

2023-07-07 10:47:49 +02:00
<!doctype html>
2014-12-29 18:35:21 +01:00
<html>
{% include head.html %}
<body>
2024-05-20 17:47:49 +02:00
{% include header.html %}
2014-12-29 18:35:21 +01:00
<div class="page-content">
<div class="wrapper">{{ content }}</div>
2014-12-29 18:35:21 +01:00
</div>
{% include footer.html %} {% include ad.html %}
2014-12-29 18:35:21 +01:00
</body>
</html>