Files
retrohub/server/templates/error.html
Aurélie Delhaie 784679592d first version
2023-05-07 22:34:30 +02:00

3 lines
79 B
HTML

{{ define "content" }}
<h1>{{ .StatusCode }} {{ .StatusText }}</h1>
{{ end }}