Back to Revel

{{.Title}}

templates/errors/404.html

1.1.0127 B
Original Source

{{if .DevMode}} {{template "errors/404-dev.html" .}} {{else}} {{with .Error}}

{{.Title}}

{{.Description}}

{{end}} {{end}}