all repos — legit @ master

Unnamed repository; edit this file 'description' to name the repository.

templates/500.html (view raw)

 1{{ define "500" }}
 2<!doctype html>
 3<html>
 4  <title>500</title>
 5{{ template "head" . }}
 6  <body>
 7    {{ template "nav" . }}
 8    <main>
 9      <h3>500 &mdash; something broke!</h3>
10    </main>
11  </body>
12
13</html>
14{{ end }}