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

{{playlist.name}}

{% for item in playlist_items %} {% endfor %}
{% endblock %}