legit/templates/500.html

10 lines
141 B
HTML
Raw Normal View History

2022-12-12 15:23:44 +00:00
{{ define "500" }}
2022-12-11 05:52:47 +00:00
<html>
<title>500</title>
2022-12-12 16:03:09 +00:00
{{ template "head" . }}
2022-12-11 05:52:47 +00:00
<body>
500 &mdash; something broke!
</body>
</html>
2022-12-12 15:23:44 +00:00
{{ end }}