{% extends 'base.html' %} {% block bodyid %}body-notebook{%endblock%} {% block content %}
{% 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%}
{% if tags|length >= 1%} {%comment%}{%endcomment%} {%else%} {%endif%}
{% endblock %} {% block jsdomready %} {% endblock %}