MyMusicList
{% if user.is_authenticated %} Hi {{ user.username }}!
logout
{% else %}
login
sign up
{% endif %}
{% block content %} {% endblock %}