15 lines
200 B
HTML
15 lines
200 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>michael's blog</title>
|
||
|
<link rel="stylesheet" href="/css/index.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container" style="padding: 30px;">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|