|
|
@ -3,12 +3,13 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
|
|
|
|
|
|
|
<script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script>
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
|
|
<title>Timeline</title>
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div class="pagetitle">Timeline</div>
|
|
|
|
<h1>{{ page.name }}</h1>
|
|
|
|
<div id="body">{{ body|safe }}</div>
|
|
|
|
<div id="body">{{ body|safe }}</div>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|