{% extends "common/content_page.html" %} {% block hero_buttons %} {{ block.super }} {% endblock %} {% block post_content %}
{% for track in playlist.tracks %} {% include "spotify/spotify-item.html" with track=track.track %} {% endfor %}
Track Artist Album
{% include "common/shareon.html" %} {% endblock %}