mikaela.github.io/_layouts/default.html

15 lines
228 B
HTML
Raw Normal View History

2023-02-22 19:28:38 +01:00
<!doctype html>
2014-12-29 18:35:21 +01:00
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
2023-02-22 19:28:38 +01:00
<div class="wrapper">{{ content }}</div>
2014-12-29 18:35:21 +01:00
</div>
{% include footer.html %}
</body>
</html>