{% extends 'base.html' %} {% block title %}Create Note - Flask Blog{% endblock %} {% block head %} {% endblock %} {% block content %}
Type '/' for folder autocomplete. The last segment will be the note title.
Cancel
{% endblock %} {% block scripts %} {% endblock %}