summaryrefslogtreecommitdiff
path: root/pkg/webui/html/error.html
blob: cda21f62ad48fe6e7b8ec8dd36ec23d60490d998 (plain)
1
2
3
4
5
6
{{ define "main" }}
<main class="responsive">
<h5>{{ .Status }} - {{ .StatusText }}</h5>
<p>{{ .Err }}</p>
</main>
{{ end }}