new_blog/templates/post.html
2024-11-28 19:56:23 -05:00

8 lines
151 B
HTML

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