{% extends 'base.html' %} {% block content %}

New post

{% csrf_token %} {{ form.as_p }}
{% endblock %}