@if (videos.length > 0) {
@if (recentVideos().length > 0) {

New videos added this week

} @if (favoriteVideos.length > 0) {

Favorites

} @for (filmGenre of filmGenres; track filmGenre) { @if (getAllVideos(filmGenre.code).length > 0) {
} }
}