{% extends "base.html" %} {% block content %}

edit note

{% if form %}

{% csrf_token %}
{{ form.as_p }}

{% endif %} {% endblock %}