{% extends "base/base.html" %} {% block title %}notes{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}

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

{{ form.csrf_token }}
Cancel
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}