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