MyMusicList
{% if request.user.is_authenticated %}
{{request.user.username}}
View Profile
Logout
{% else %}
Login
Sign Up
{% endif %}
Search by..
Album
Artist
Song
{% block sidebar %}
Featured Songs
Divide - Ed Sheeran
Palette - IU
Rockstar {% endblock %}
{% block content %} {% endblock %}