Files
2012-01-07 19:13:12 -05:00

20 lines
385 B
HTML

<html>
<head>
<title>{{ page.title }}</title>
<link rel="stylesheet" media="all" href="css/pygments.css" />
</head>
<body>
<div class='toc'>
<ul>
{% for link in page.links %}
<li><a href="{{ link.href }}">{{ link.title }}</a></li>
{% endfor %}
</ul>
</div>
<div id='post'>
{{ content }}
</div>
</body>
</html>