blog/_layouts/default.html

18 lines
300 B
HTML
Raw Normal View History

2018-05-28 12:33:21 +00:00
<html>
<head>
<title>michael's blog</title>
<link rel="stylesheet" href="/css/index.css" />
2018-05-28 17:00:21 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2018-05-28 12:33:21 +00:00
</head>
<body>
<div class="container" style="padding: 30px;">
{{ content }}
</div>
2018-05-28 17:13:18 +00:00
{% include footer.html %}
2018-05-28 12:33:21 +00:00
</body>
</html>