blob: 850013f3e1878cfb93de9068efeeaff09e7280ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{%wrap-include base.html}
<nav id="navtree" class="sized">
{%pattern path}
<a href="{path_link}" alt="{path_name}">← {path_name}</a>
{%end}
</nav>
<main id="main-content" class="writing sized">
<h1>{title}</h1>
{main}
</main>
{%end}
|