new_blog/templates/post.html

15 lines
333 B
HTML

<header id="article-header">
<h1 style="font-variant: small-caps;">{{{title}}}</h1>
<time datetime="{{{iso_date}}}">
{{{date}}}
</time>
</header>
<article-components>
<nav>
</nav>
<article>
{{{content}}}
</article>
<section aria-label="Footnotes">
</section>
</article-components>