crablog/static/archives.tera

7 lines
159 B
Plaintext

<div>
<h1>{{ post.post.title }}</h1>
<p>{{ post.timestamp | date(format="%B %d, %Y") }}</p>
<div>
{{ post.markdown_content }}
</div>
</div>