all repos — legit @ e0f34796a37666058dce61277bc546add707fb2e

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>