{% extends 'base.html' %} {% load bootstrap %} {% block content %}
{% csrf_token %}

{{ title }}

{{ form|bootstrap }}
{% endblock %}