{% extends 'base.html' %} {% block title %}{{ app_name }} New Note{% endblock %} {% block head %} {% include 'base_css_js_imports.html' %} {% endblock %} {% block content %}
Type '/' for folder autocomplete. The last segment will be the note title.
Cancel
{% endblock %} {% block scripts %} {% endblock %}