8 lines
164 B
HTML
8 lines
164 B
HTML
|
{{ define "title"}}
|
||
|
404 | {{ .Site.Params.author }}
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "main"}}
|
||
|
<h1>NOT FOUND</h1>
|
||
|
<p>You just hit a route that doesn't exist...</p>
|
||
|
{{ end }}
|