CORN notes, for all your note keeping needs.

Welcome {{ user }}

{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}

Export notes Logout Clear notes

{% for key, value in notes.items() %}
{{ key }}

{{ value }}

{% endfor %}