<article>
<h1>{{ post.title }}</h1>
{% include "components/author_and_date.j2" %}
{% include "components/image.j2" %}
{{ post.content }}
</article>