@model CreateAppViewModel @{ ViewData.SetActivePage(AppsNavPages.Create, $"Create a new {Model.AppType ?? "app"}", Model.AppType); } @section PageFootContent { }