12 lines
187 B
Cheetah
12 lines
187 B
Cheetah
{{template "base/head.tmpl" . }}
|
|
<div>
|
|
<span>
|
|
{{if .ErrorMsg}}
|
|
{{.ErrorMsg}}
|
|
{{else}}
|
|
Page not found
|
|
{{end}}
|
|
</span>
|
|
</div>
|
|
{{template "base/footer.tmpl" . }}
|