blog/_layouts/default.html
2018-05-28 12:43:03 -05:00

20 lines
328 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>
{% include navbar.html %}
<div class="container" style="padding: 30px;">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>