{# #}
{% if let Some(song) = song %}
Album art
{% if let Some(name) = name %}
{{ name }}
{% endif %} {% if let Some(artist) = song.get("Artist") %}
{{ artist }}
{% endif %}
{% else %}
Nothing playing right now
{% endif %}
{% if state == "play" %} {% else %} {% endif %}