filebrowser/templates/404.tmpl

6 lines
73 B
Cheetah

{{ define "content" }}
<main>
<h1>404 Not Found</h1>
</main>
{{ end }}