{% extends 'base/html.html' %} {% block title %}Document{% endblock title %} {% block body %}
{% csrf_token %} {{ form.as_p }}
{% endblock body %}