blog/_layouts/default.html

19 lines
344 B
HTML

<html>
<head>
<title>michael's blog</title>
<link rel="stylesheet" href="/css/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>{% include navbar.html %}</header>
<div class="container" style="padding: 30px;">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>