tfstated/pkg/webui/html/error.html

7 lines
125 B
HTML
Raw Normal View History

{{ define "main" }}
2025-01-26 00:04:38 +01:00
<main class="responsive">
<h5>{{ .Status }} - {{ .StatusText }}</h5>
<p>{{ .Err }}</p>
</main>
{{ end }}