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>
|
2018-05-28 17:43:03 +00:00
|
|
|
{% include navbar.html %}
|
|
|
|
|
2018-05-28 12:33:21 +00:00
|
|
|
<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>
|