{% if audioUrl or trackTitle %}
{% if coverImage %}{% img coverImage alt=trackTitle class="w-full h-full object-cover" %}{% else %}{% endif %}
{{ trackTitle|default:"untitled track" }} {% if artist %}{{ artist }}{% endif %}
{% if audioUrl %}{% else %}
Side Alive to tape
{% endif %}
{% endif %}