@page "{userIndex}" @model UserModel @{ ViewData["Title"] = "User #" + @Model.userId; }


@if(@Model.IsSpotifyAuthenticated) {
} else {
}