15 lines
272 B
HTML
15 lines
272 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>
|
|
<div class="container" style="padding: 30px;">
|
|
{{ content }}
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|