{{ define "title" }} branches · {{ .RepoInfo.FullName }} {{ end }} {{ define "repoContent" }}

Branches

{{ range $index, $branch := .Branches }} {{ end }}
{{ range $index, $branch := .Branches }}
{{ if .Commit }}
{{ slice .Commit.Hash.String 0 8 }}
{{ .Commit.Author.When | timeFmt }}
{{ end }}
{{ end }}
{{ end }}