{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
{% if submitted %}

Post made succesfully!

{% else %}

Create new post


{% csrf_token %} {{ form }}
{% endif %}
{% endblock %}