{% extends "notes/base.html" %} {% block title %}Profile{% endblock %} {% block body %}

Profile

{% include "notes/messages.html" %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}