{% extends "base.html" %} {% block content %} {{ title }}

This form demonstrates HTTP POST.

{% csrf_token %} {{ form.as_div }}
{% endblock %}