{% if notes %}
{{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 %} |