{% extends 'base.html' %} {% block content %} {% load percentage %} {% load bytes_human %}
{% include "sidenav.html" %}
{% include "appnav.html" %}

My Playlists

{% for playlist in playlists %} {% endfor %}
{% endblock %}