{% extends 'home/base.html' %} {% load crispy_forms_tags %} {% load static %} {% block content %}

@{{ post.author }} {{ post.created_on }}

{% if request.user == post.author %} {% endif %}

{{ post.body }}

{% if post.image %} {% endif %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %} {{ form | crispy }}
{% endblock content %}