legit/templates/500.html
Anirudh Oppiliappan 01f27147ba
routes: index view
2022-12-12 21:33:09 +05:30

9 lines
141 B
HTML

{{ define "500" }}
<html>
<title>500</title>
{{ template "head" . }}
<body>
500 &mdash; something broke!
</body>
</html>
{{ end }}