4 lines
91 B
HTML
4 lines
91 B
HTML
{{ define "main" }}
|
|
<h5>{{ .Status }} - {{ .StatusText }}</h5>
|
|
<p>{{ .Err }}</p>
|
|
{{ end }}
|