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