mikaela.github.io/_layouts/index.html

19 lines
217 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
2015-05-03 10:34:34 +02:00
</body>
</html>