{% extends "base.html" %} {% block title %}musickit{% endblock %} {% block body %} musickit {{ user }} Sign out Artists ({{ artists|length }}) {% for ar_id, name in artists %} {{ name }} {% else %} No artists in library yet. {% endfor %} Pick an artist to see albums. Pick an album to see tracks. {% endblock %}
Pick an artist to see albums.
Pick an album to see tracks.