{{ define "title" }} branches · {{ .RepoInfo.FullName }} {{ end }} {{ define "extrameta" }} {{ $title := printf "branches · %s" .RepoInfo.FullName }} {{ $url := printf "https://tangled.org/%s/branches" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }}

Branches

{{ range $index, $branch := .Branches }} {{ end }}
{{ range $index, $branch := .Branches }}
{{ if .Commit }}
{{ slice .Commit.Hash.String 0 8 }}
{{ template "repo/fragments/time" .Commit.Committer.When }}
{{ end }}
{{ end }}
{{ end }}