{% extends 'base.html' %} {% block title %}{{ service_name }} Search - Quizzical Beats{% endblock %} {% block content %}

{% if service_name == 'Spotify' %} {% elif service_name == 'Deezer' %} {% endif %} Search {{ service_name }}

Import songs directly to your music quiz library

Search for music on {{ service_name }} by artist, song title, album, or playlist name.
Browse Official Playlists

Discover curated collections on {{ service_name }}

Browse Playlists
Import by URL

Enter a {{ service_name }} track, album or playlist URL

Looking for something specific? Try our song library to see what's already in your collection.

{% endblock %} {% block scripts %} {% endblock %}