{% extends 'base.html' %} {% block content %}

{{ playlist.name }}!

{% if playlist.description %}

{{ playlist.description }}

{% endif %}
SHOW ALL OF THE SONGS IN THIS PLAYLIST HERE

Add Song To Playlist

{% endblock %}