all repos — legit @ ce71721c6dc80db8af63f2098a1548308e2621b2

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

templates/500.html (view raw)

1<html>
2  <title>500</title>
3{{ template "header" . }}
4  <body>
5    500 &mdash; something broke!
6  </body>
7</html>