mikaela.github.io/_layouts/default.html

17 lines
257 B
HTML

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