{% extends 'blog/base.html' %} {% load crispy_forms_tags %} {% block content %}

Create a Post

{% csrf_token %} {{form|crispy}}
{% endblock content %}