prose/templates/fullpost.html

9 lines
No EOL
223 B
HTML

<article>
<date>{{metadata.date}}</date>
<h1>{{metadata.title}}</h1>
<h2>{{metadata.summary}}</h2>
<section class="content">
{{{contents}}}
</section>
<a class="load-content" href="/">&larr; Back home</a>
</article>