new_blog/templates/post.html
2024-11-10 22:38:52 -05:00

10 lines
175 B
HTML

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