{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock %} {% block title %}{{post.post_title}}{% endblock %} {% block content %}

{{post.post_title}}

by {{post.author.first_name}} {{post.author.last_name}}, {{post.pub_date|date:"d/m/Y"}}

{{post.post_body}}

{% if post.post_image %}


{% endif %} {% if replies %} Replies:
{% endif %}

{% endblock %}