{% extends "notes/base.html" %} {% block title %}Post a Note{% endblock %} {% block body %}

Post a Note

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