{% extends 'base.html' %} {% block content %}

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 %}