blob: 9c55dd1135479b7922713594b0d9fba4436fcc7c (
plain) (
tree)
|
|
{{ define "500" }}
<!DOCTYPE html>
<html>
<head>
{{ template "generichead" . }}
<title>500 Internal Server Error</title>
</head>
<body>
{{ template "nav" . }}
<main>
<h1>500 Internal Server Error</h1>
</main>
</body>
</html>
{{ end }}
|