{% extends "layout.html" %} {% if app_name %} {% set app_span = '' + app_name + '' %} {% endif %} {% block title %}Spotify authorization completed{% endblock %} {% block body_class %}access-granted{% endblock %} {% block content %}
Hello, {{ user.id }}!

{% if not app_name %} The app {% else %} {{ app_span | safe }} {% endif %} is now connected to your Spotify account. You can close this tab and go back to it.
{% endblock %}