personal_site/_layouts/no_header.html

11 lines
151 B
HTML

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