aboutsummaryrefslogblamecommitdiff
path: root/templates/500.html
blob: 77bb9ab3b8312a0f489fc12b4959ce416a9e4726 (plain) (tree)
1
2
3
4
5
6
7
8
9
                  
               
      
                                                



                                      
                                                          

                       
       
         
{{ define "500" }}
<!DOCTYPE html>
<html>
	<title>500 Internal Server Error</title>
	{{ template "head" . }}
	<body>
		{{ template "nav" . }}
		<main>
			<h1>500 Internal Server Error</h1>
		</main>
	</body>
</html>
{{ end }}