{% extends 'base.html' %} {% block content %} {% if title %}

{{title}}

{% endif %}
{% csrf_token %} {{ form.as_p }} {% if validate %} {% else %} {% endif %}
{% endblock %}