@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
}