{{/* This template is used by application handlers to render friendly error pages when there is a proxy error (for example, when the target app isn't running). Since it is served from subdomains, both on proxies and the primary, it MUST NOT access any external resources. It must be entirely self-contained. This includes anything in `/static` or `/icon`, as these are not served from subdomains. */}} {{- if not .Error.HideStatus }}{{ .Error.Status }} - {{end}}{{ .Error.Title }}
{{/* DO NOT LOAD AN EXTERNAL IMAGE HERE. See the comment at the top of this file for more details. */}}

{{- if not .Error.HideStatus }}{{ .Error.Status }} - {{end}}{{ .Error.Title }}

{{- if .Error.RenderDescriptionMarkdown }} {{ .ErrorDescriptionHTML }} {{ else }}

{{ .Error.Description }}

{{ end }} {{- if .Error.AdditionalInfo }}

{{ .Error.AdditionalInfo }}

{{ end }}
{{- if .Error.Warnings }}

Warnings

{{ end }} {{- if .Error.Actions }}
{{ range $i, $v := .Error.Actions }} {{- if $v.URL }} {{ $v.Text }} {{ else }} {{end}} {{end}}
{{end}}