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