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

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

{% if playlists %}
For a more extensive tagged playlist search and filtering, click here.

{% include 'intercooler/playlists.html' with show_controls=True %}
{% else %}
Nothing here!
You did create this tag but none of the playlists in your collection are currently tagged with this.
{% endif %}
{% endblock %}