summaryrefslogtreecommitdiff
path: root/controller/template/404.html
blob: fa1954797389f330b2434802edc05fa0a684ec93 (plain)
1
2
3
4
5
6
7
{{define "404"}}
{{template "header" .}}
<main>
    <h1>no such file</h1>
</main>
{{template "footer" .}}
{{end}}