{% extends "base.html" %} {% block content %}
{% for item in data %} {% include 'partials/playlist_item.html' %} {% endfor %}
{% endblock %}