@model OpenAuth.IdentityServer.Quickstart.Home.ErrorViewModel
Sorry, there was an error @if (!string.IsNullOrEmpty(Model?.ErrorId)) {
Error Id: @Model.ErrorId
} @if (!string.IsNullOrEmpty(Model?.ErrorMessage)) {
@Model.ErrorMessage
}