Files
site/templates/not_found.tmpl
rawleyIfowler 4389b07f39 init
2022-02-06 17:33:47 -06:00

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" . }}