personal_site/_layouts/default.html
2023-11-09 15:53:52 +00:00

14 lines
212 B
HTML

<!doctype html>
<html>
<head>
{% include default_head_tags.html%}
</head>
<body>
{% include header.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>