Back to Revel

{{.Title}}

templates/errors/500-dev.html

1.1.0542 B
Original Source

{{with .Error}}

{{.Title}}

{{if .SourceType}} The {{.SourceType}} {{.Path}} does not compile: {{.Description}} {{else}} {{.Description}} {{end}}

{{if .Path}}

In {{.Path}} {{if .Line}} (around {{if .Line}}line {{.Line}}{{end}}{{if .Column}} column {{.Column}}{{end}}) {{end}}

{{range .ContextSource}} {{.Line}}:

{{.Source}}

{{end}} {{end}} {{if .Stack}}

Call Stack

{{.Stack}} {{end}} {{if .MetaError}}

Additionally, an error occurred while handling this error.

{{.MetaError}}

{{end}} {{end}}