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.
15 lines
351 B
HTML
15 lines
351 B
HTML
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
||
|
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
|
||
|
<title>{{ page.name }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>{{ page.name }}</h1>
|
||
|
<div id="body">{{ body|safe }}</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|