legit/templates/500.html
Anirudh Oppiliappan 856f66808b
all: init
2022-12-11 11:22:47 +05:30

7 lines
114 B
HTML

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