tfstated/pkg/webui/html/error.html

4 lines
91 B
HTML

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