{% extends 'textdocs/base.html' %} {% block content %}

Confirm Deletion

Are you sure you want to delete the document titled "{{ document.title }}"?

This action cannot be undone.

{% csrf_token %} Cancel
{% endblock %}