1👍
✅
The context data has to be named properly if you want to use main_playlist
on the template so:
return render(request, 'show_playlist.html', {"main_playlist": my_dictionary} )
Source:stackexchange.com