new_blog/templates/post.html

8 lines
150 B
HTML

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