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

8 lines
128 B
Plaintext
Raw Normal View History

{{ define "title" }}Forbidden{{ end }}
{{ define "content" }}
<h1>Forbidden</h1>
{{ or .Message "Access denied." }}
{{ end }}