@page "/tracks" @rendermode InteractiveAuto @using Microsoft.AspNetCore.Authorization @attribute [AllowAnonymous] DeepDrft Track Gallery
@if (ViewModel.Page != null) {
} else {
@foreach (var i in Enumerable.Range(0, 12)) { }
}