Files
spyda/internal/templates/error.html
2021-01-30 14:05:04 +10:00

10 lines
205 B
HTML

{{define "content"}}
<article class="grid">
<div>
<hgroup>
<h2>{{ if .Error }}Error{{ else }}Success {{ end }}</h2>
<h3>{{ .Message }}</h3>
</hgroup>
</article>
{{end}}