You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
369 B
HTML
17 lines
369 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../static/style.css" />
|
|
<title>{{ title[0] }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ title[0] }}</h1>
|
|
<p><time datetime="{{date}}">{{ date.year }}.{{ date.month }}.{{ date.day }} </time></p>
|
|
<div id="content">
|
|
{{ content }}
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|