@model CreateAppViewModel @{ ViewData.SetLayoutModel(new($"CreateApp-{Model.AppType}", StringLocalizer["Create a new {0}", Model.AppType])); } @section PageFootContent { }