{{if .Illustration}}
{{end}}
{{end}}
{{if .Link}}
{{t .Link}}
{{end}}
{{if .ErrorTitle}}{{t .ErrorTitle}}{{else}}{{t "Error Title"}}{{end}}
{{$err := t .Error}}
{{$arr := split $err "\n"}}
{{range $i, $p := $arr}}
{{if ne $p ""}}
{{if .ErrorDetail}}
{{$p}}
{{end}} {{end}}{{t .ErrorDetail}}