15 lines
324 B
HTML
15 lines
324 B
HTML
{{ define "main" }}
|
|
<p>
|
|
Looks like this page doesn't exist. Perhaps you're lost. Maybe I deleted it.
|
|
</p>
|
|
<p>
|
|
Either way, you should probably get going.
|
|
</p>
|
|
<p>
|
|
Go
|
|
<a href="javascript:history.go(-1)" title="Return to the previous page">back</a>
|
|
or
|
|
<a href="/" title="Go to this site's index">home</a>.
|
|
</p>
|
|
{{ end }}
|