{% extends "base.html" %} {% block title %}New Note — PKM{% endblock %} {% block content %}

New Note

{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}