{% extends 'website/base.html' %} {% load static %} {% block title %}CCRadio - Artist: {{ artist.name }}{% endblock %} {% block page %}

{{ artist.name }} {% if member %} {% endif %}


{% if artist.bio %}

{{ artist.bio }}


{% endif %}

Albums

{% if albums %} {% else %}

No albums for this artist yet!

{% endif %}
{% endblock %}