{% if audioUrl or trackTitle %}
{% if coverImage %}{{ trackTitle }}{% else %}{% endif %}
{{ trackTitle|default:"untitled track" }} {% if artist %}{{ artist }}{% endif %}
{% if audioUrl %}{% else %}

No audio source configured.

{% endif %}
{% endif %}