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