{% extends "auth/base.html" %} {% block head %} Connection {% endblock %} {% block title %}Connection{% endblock %} {% block content %}
Working...
{% if connection_type == "Spotify" and user and user.connections.Spotify and config.connections.spotify_client_id %} {% endif %} {% endblock %}