{% extends 'base.html' %} {% block title %} Add Post {% endblock %} {% block header %} Add a new post: {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}