{% extends 'base.html' %} {% block title %}MyMusicList{% endblock %} {% block content %}

Home

{% if user.is_authenticated %} View your profile {% endif %} {% endblock %}