{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}

Library

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

{{ playlist.title }}

{% endfor %} {% else %}

No playlist found.

{% endif %} {% endblock %}