9 lines
143 B
HTML
9 lines
143 B
HTML
{{ define "500" }}
|
|
<html>
|
|
<title>500</title>
|
|
{{ template "header" . }}
|
|
<body>
|
|
500 — something broke!
|
|
</body>
|
|
</html>
|
|
{{ end }}
|