{% extends "base.html" %} {% block title %}{{ tag }}{% endblock %} {% block content %}

Tag: {{ tag }} {% if user.is_authenticated %}{% endif %}

{% if musicians %} {% else %}

No musicians with this tag.

{% endif %} {% endblock %}