This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
{{ 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 }} |