{% extends 'base.html' %} {% load static %} {% block title %}Create New Post{% endblock %} {% block content %}

Create New Blog Post

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