{% include "notes/partials/list_header.html" with notebook_list=notebook_list tag_list=tag_list %}
Notes
{% if messages %}
{% for message in messages %}
-
{% if 'safe' in message.tags %}{{ message|safe }}{% else %}{{ message }}{% endif %}
{% endfor %}
{% endif %}
{% if tags|length >= 1%}
Tagged with: {% for tag in tags%}{{tag.name}}{%endfor%}
{%endif%}
{%comment%}
{%endcomment%}
{% for object in object_list %}
{% include "notes/partials/note_list.html" with object=object %}
{% endfor %}
{% if tags|length >= 1%}
{%comment%}