@model CreateAppViewModel @{ ViewData.SetActivePage(AppsNavPages.Create, $"Create a new {Model.AppType ?? "app"}", Model.AppType); } @section PageFootContent { }
@if (!ViewContext.ModelState.IsValid) {
} @if (string.IsNullOrEmpty(Model.AppType)) {
}