@if (headerActions().length !== 0) {
@for (action of headerActions(); track action) { @if (action.routerLink) { {{ action.label }} } }
}
@if (hasDoneFirstQuery && videos.length === 0 && highlightedLives.length === 0) {
No results.
}
@if (highlightedLives.length !== 0) {

Lives

@for (live of highlightedLives; track videoById($index, live)) {
}

Videos

} @for (video of videos; track videoById($index, video)) {
} @if (videos.length !== 0 && hasMoreResults()) { Load more }