Welcome to Notes!

{{ note_count }} notes stored so far!
Add a new note
{% for note in notes %}

{{ note.title }}

{{ note.content }}

{% if note.files %} {% endif %} {% if note.checklist_items %} {% endif %}
{% endfor %}