this repo has no description
1{{ define "empty" }} 2<html> 3 {{ template "head" . }} 4 5 <body> 6 <main> 7 <p>This is an empty Git repository. Push some commits here.</p> 8 </main> 9 </body> 10</html> 11{{ end }}