{% include 'parts/header.html' %}

{{ post.title }}

By {{ user.username }}

{{ post.body }}

{% if audio %}
{% endif %}
{% include 'parts/footer.html' %}