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