@page @model IndexModel @{ ViewData["Title"] = "Selector"; }

run that

Selector is a live dashboard that presents Spotify data with Last.fm listening stats.

Now Playing @if(Model.DailyScrobbles is not null) {

Today

@Model.DailyScrobbles

}