mikaela.github.io/_layouts/index.html

21 lines
266 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
<!-- {% include footer.nodesc.html %}-->
</body>
</html>