all repos — legit @ 01f27147baf80e2222927ddca9369c7d99b4ff3c

web frontend for git, written in go

routes: index view

commit

01f27147baf80e2222927ddca9369c7d99b4ff3c

parent

82b8afe19b77fe02e1a29a5b5e20882d8e5c3fc5

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/500.htmltemplates/500.html
@@ -1,7 +1,7 @@
{{ define "500" }} <html> <title>500</title> -{{ template "header" . }} +{{ template "head" . }} <body> 500 &mdash; something broke! </body>