{% if notes %} {% for note in notes %} {% endfor %}
{{note.title}} {% if note.categories.all %} {% for category in note.categories.all %} #{{category.name}} {% endfor%} {% else %} uncategorized {% endif %} {% if note.pinned %} {% endif %} {% if note.public %} {% endif %} {% if not note.pinned %} {% endif %} {% if not note.public %} {% endif %}
{% else %}

You have no note

Click the button to write a note.

Create note
{% endif %}