filebrowser/assets/templates/404.tmpl

6 lines
73 B
Cheetah
Raw Normal View History

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