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

Playlists Tagged as {{ tag.name }} {{ playlists.count }}

{% if playlists %}

{% for playlist in playlists %} {% endfor %}
{% else %}
Nothing here!
You did create this tag but none of the playlists in your collection are currently tagged with this.
{% endif %}
{% endblock %}