{% extends "base.html" %} {% block content %} {% if error_message %} {% else %}

Your subscribed Jellyfin Playlists

{% for item in playlists %} {% include 'partials/_spotify_item.html' %} {% endfor %}
{%endif%} {% endblock %}