{formattedStreamDate}

ID: {shorthandCode($currentStream.id)}

Tags: {$currentStream.tags.join(', ')}
{@html carta.renderSSR($currentStream.description || 'No description available.')}
{#each $currentStream.tracks as track, i} {/each}
TimestampArtistTitle
{formatTrackTime(track[0])} {track[1]} {track[2]}