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