mikaela.github.io/_layouts/index.html

21 lines
266 B
HTML
Raw Normal View History

2015-05-03 10:34:34 +02:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
2016-03-27 19:38:39 +02:00
2019-11-17 14:49:37 +01:00
<!-- {% include footer.nodesc.html %}-->
2016-03-27 19:38:39 +02:00
2015-05-03 10:34:34 +02:00
</body>
</html>