{{ 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.Content}}