new_blog/templates/post.html

10 lines
195 B
HTML

<header id="article-header">
<h1 style="font-variant: small-caps;">{{{title}}}</h1>
<div class="info">
{{{date}}}
</div>
</header>
<hr>
<article>
{{{content}}}
</article>