{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Playlists | Notifpy{% endblock%} {% block body %}

Playlists

Add Playlist
{% if playlists %} {% for playlist in playlists %}

{{ playlist.title }}

{% endfor %} {% else %}

No playlist found.

{% endif %} {% endblock %}