{% extends "template.html" %} {% block content %}
{% if results: %}
Writing to card will stop the daemon. You need to restart daemon afterwards!
{% for type in types %} {% if results[type + 's']: %} {% with result = results[type + 's'] %}

{{ type | capitalize}}s

    {% for item in result['items'] %}
  • {% include "spotify/items/" + type + ".html" %}
    {% include "spotify/items/menu.html" %}
  • {% endfor %}
{% endwith %} {% endif %} {% endfor %}
{% endif %} {% endblock %}