{{ define "content" }} {{if .Branch}}
#{{.Git.ShortHash}} - {{.Commit.Message}}
{{else}}
No commits.
{{end}}
Empty repo.
To start coding, go to your config and add your public SSH key. Then clone this repo
git clone ssh://{{.sshDomain}}:{{.sshPort}}{{RepoRoot .Meta}}
README is too large to be rendered here.
{{else if .Readme.Content}}{{range SplitLines .Readme.Content}}{{.}}{{end}}