{{- /* groups.tmpl ~ List the releasers for the html3 website. */ -}} {{- /* white space are preserved and is used for formatting */}} {{define "content"}} {{- $parent := "Parent Directory" }} {{- $padding := 41 }} {{- $path := index . "path" }} [DIR] {{$parent}}{{leadStr $padding $parent}} - Return to the HTML3 index. {{ range $index, $rel := .releasers -}} [DIR] {{fmtURI $rel.Unique.URI}}{{leadStr $padding $rel.Unique.Name}}{{leadInt 5 $rel.Unique.Count}}{{byteInt 7 $rel.Unique.Bytes}} {{end}}{{end}}