1 2 3 4 5 6 7
{{define "404"}} {{template "header" .}} <main> <h1>no such file</h1> </main> {{template "footer" .}} {{end}}