about summary refs log tree commit diff
path: root/templates/post.html
blob: 0e72a1d517944a3d9623218c8f9f280bd3bd64a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{%wrap-include base.html}
<nav id="navtree" class="sized">
	{%pattern path}
	<a href="{path_link}" alt="{path_name}">&larr; {path_name}</a>
	{%end}
</nav>
<main id="main-content" class="writing sized">
	<h1 id="post-title">{title}</h1>
	{%pattern published}
	<section id="published">published: <time datetime="{published_machine}">{published_human}</time></section>
	{%end}
	{main}
</main>
{%end}