{{ define "content" }} {{if .Branch}}
{{if .Commit }} #{{.Git.ShortHash}} - {{.Commit.Message}} {{else}} No commits. {{end}}
{{if .Hackatime}}
{{.Hackatime.PrettyTime}}
{{end}}
{{end}} {{if .Files}} {{template "repo_dir_view" .}} {{else}}

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}}
{{end}} {{if .Readme.Content}}
{{.Readme.Name}}
{{.Readme.Content}}
{{end}} {{end}}