new_blog/templates/post.html
2024-11-05 15:25:48 -05:00

11 lines
181 B
HTML

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