Merge "Add INFO.yaml"
[iec.git] / src / foundation / api / revel / templates / errors / 500.txt
1 {{.Error.Title}}
2 {{.Error.Description}}
3
4 {{if eq .RunMode "dev"}}
5 {{with .Error}}
6 {{if .Path}}
7 ----------
8 In {{.Path}} {{if .Line}}(around line {{.Line}}){{end}}
9
10 {{range .ContextSource}}
11 {{if .IsError}}>{{else}} {{end}} {{.Line}}: {{.Source}}{{end}}
12
13 {{end}}
14 {{end}}
15 {{end}}