git-preview @ main

static git web frontend but with images and html previews + code truncation

templates/500.html

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