{# #}
{% if let Some(song) = song %}
Album art
{% if let Some(name) = name %}
{{ name }}
{% endif %} {% if let Some(artist) = song.artist %}
{{ artist }}
{% endif %}
{% else %}
Nothing playing right now
{% endif %}
{% if state == mpdrs::State::Play %} {% else %} {% endif %}