tfstated/pkg/webui/html/error.html

7 lines
116 B
HTML
Raw Normal View History

{{ define "main" }}
<article>
<h1>{{ .Status }} - {{ .StatusText }}</h1>
<p>{{ .Err }}</p>
</article>
{{ end }}