Files
gonic/assets/pages/not_found.tmpl
2019-08-21 15:04:40 +01:00

8 lines
129 B
Cheetah

{{ define "content" }}
<div class="padded mono">
<div class="text-right">
page not found
</div>
</div>
{{ end }}