mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
17 lines
303 B
HTML
17 lines
303 B
HTML
{{<base}}
|
|
{{$main}}
|
|
<main>
|
|
<article>
|
|
<h1>{{page.title}}</h1>
|
|
{{#date}}<time class="subtitle" datetime="{{date}}">{{ date | format}}</time>{{/date}}
|
|
{{#page.toc}}
|
|
<nav class="toc">
|
|
{{&page.toc}}
|
|
</nav>
|
|
{{/page.toc}}
|
|
{{&content}}
|
|
</article>
|
|
</main>
|
|
{{/main}}
|
|
{{/base}}
|