mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
9 lines
363 B
Cheetah
9 lines
363 B
Cheetah
{{ define "content" }}
|
|
<main role="main" class="container browse error">
|
|
<h1>{{ .Title }}</h1>
|
|
<code>{{ .Message }}</code>
|
|
|
|
<p><strong>If this error persists contact us on <a href="https://gitter.im/hacdias/caddy-hugo">Gitter chat</a> or open an issue at <a href="https://github.com/hacdias/caddy-hugo/issues/new">GitHub</a>.</strong></p>
|
|
</main>
|
|
{{ end }}
|