{{define "index"}}{{template "pagehead" .}}

repositories

{{if .Repos}} {{range .Repos}} {{end}}
{{.Name}} {{.Description}} {{if .Empty}}empty{{else}}{{ago .LastCommit}}{{end}}
{{else}}

No repositories yet. The owner creates one by pushing to it:

git remote add frieren {{.Base}}/myrepo.git
git push frieren master

git will ask for credentials — any username, the owner token as the password.

{{end}} {{template "pagefoot" .}}{{end}}