personal_site/_layouts/default.html

14 lines
238 B
HTML

<!doctype html>
<html class = "no-js" lang="en">
<head>
{% include default_head_tags.html%}
</head>
<body>
{% include header.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>