8 lines
163 B
Cheetah
8 lines
163 B
Cheetah
<!--not_found.html-->
|
|
{{ template "header.tmpl" . }}
|
|
<h2>404 Not Found :(</h2>
|
|
<p>
|
|
Click <a href="/">here</a> to return home.
|
|
</p>
|
|
{{ template "footer.tmpl" . }}
|