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

Notes {% if tags|length == 1%} tagged {% for tag in tags%}{{tag}}{%endfor%}{%endif%}

{% if tags|length >= 1%}
Tagged with: {% for tag in tags%}{{tag}}{%endfor%}
{%endif%}
{% if tags|length >= 1%} {%else%}
{%endif%}
{% endblock %}