{{.Favicon}}
{{if .Inverted}} {{else}} {{end}}
{{if .Illustration}}{{end}}

{{if .ErrorTitle}}{{t .ErrorTitle}}{{else}}{{t "Error Title"}}{{end}}

{{$err := t .Error}} {{$arr := split $err "\n"}} {{range $i, $p := $arr}} {{if ne $p ""}}

{{$p}}

{{end}} {{end}}
{{if .ErrorDetail}}

{{t .ErrorDetail}}

{{end}} {{if .Link}} {{t .Link}} {{end}}