{% extends "posts/post_base.html" %} {% load bootstrap3 %} {% block post_content %}

Create New Post

{% csrf_token %} {% bootstrap_form form %}
{% endblock %}