blog/root/.errors/404.gohtml

7 lines
111 B
Plaintext

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