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

Delete Note

Are you sure you want to delete the note {{ note.title }}?

{% csrf_token %} Cancel
{% endblock %}