new_blog/templates/post.html

8 lines
171 B
HTML

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