{{ define "index" }} {{ template "head" . }} {{ .meta.Title }}

{{ .meta.Title }}

{{ .meta.Description }}

{{ range .info }} {{ if eq (len .Repositories) 1 }} {{ $repo := (index .Repositories 0) }}
{{ $repo.Description }}
{{ $repo.LastCommit }}
{{ end }} {{ if gt (len .Repositories) 1 }}
{{ .Name }}/
{{ range .Repositories }}
{{ .Description }}
{{ .LastCommit }}
{{ end }} {{ end }} {{ end }}
{{ end }}