new_blog/templates/post.html
2024-11-20 21:06:52 -05:00

8 lines
178 B
HTML

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