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

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

Tagged with: {% for tag in tags%}{{tag}}{%endfor%}
{% endblock %}