About > Music
{% if playing.state.playing() %} I'm currently listening to: {% else %} I recently listened to: {% endif %}
{% match playing.track_id %} {% when Some with (track_id) %} {% when None %} {% endmatch %}{% if playing.state.playing() %} I'm currently listening to: {% else %} I recently listened to: {% endif %}
{% match playing.track_id %} {% when Some with (track_id) %} {% when None %} {% endmatch %}