{% load static %}

{{post.title}}

{{post.text}}

{% if error_message %}

{{error_message}}

{% endif %}
{%csrf_token %}