@for (stream of streams; track stream) {
@if (!isLive(stream)) {
{{ getCountdown(stream) }}
}
@if (isLive(stream)) {
} @else {
Go live at {{ startTime(stream) }}
}
{{ streamTitles[stream] || stream }}
}