{% extends 'base.html' %} {% block title %}spotify{% endblock %} {% block content %} {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %} {% endwith %}

Spotify Playlist Manager

create "super-playlists" of smaller modular playlists

{% if logged_in %} launch {% endif %}
{% if not logged_in %} {% block form %}{% endblock %} {% endif %}
{% endblock %}