blog/root/.errors/404.gohtml

7 lines
111 B
Plaintext
Raw Normal View History

{{ define "title" }}Not Found{{ end }}
{{ define "content" }}
<h1>404 Not Found</h1>
{{ .Message }}
{{ end }}