{% include 'includes/head.html' %}
{% include 'includes/header.html' %} {% if post %}

{{ post.title }}

Posted: {{ post.post_date }}

Edited: {{ post.last_edit_date }}

{{ post.content }}

{% endif %} {% include 'includes/footer.html' %}
{% include 'includes/scripts.html' %}