{% include 'meta.tmpl' %}
{% include 'header.tmpl' %}
{{ post.date }}
{{ post.title }}
{{ post.content | safe }}
{% include 'footer.tmpl' %}