aboutsummaryrefslogtreecommitdiff
path: root/templates/error.html
blob: cbde4001e1afa037aa2cd64d268936c882b6c1cc (plain)
1
2
3
4
5
{{template "layout.html" .}}
{{define "title"}} Not Found {{end}}
{{define "content"}}
{{.}} 
{{end}}