gophertype/pvt-www/_builtin/errors/400.gohtml

8 lines
141 B
Plaintext
Raw Normal View History

{{ define "title" }}Bad Request{{ end }}
{{ define "content" }}
<h1>Bad Request</h1>
{{ or .Message "A problem has occurred." }}
{{ end }}