MyMusicList
{% if request.user.is_authenticated %}
Hi, {{request.user.username}}
>Logout
{% else %}
Login
Sign Up
{% endif %}
Search by..
Album
Artist
Song
{% block content %} {% endblock %}