{{ template "head.html" . }}
overview - files {{ if .Filename }} - changes {{ else }} - changes {{ end }} {{ if .HasDownloads }}- downloads{{ end }} {{ if .Filename }}
history for file: {{ template "path.html" . }}
view - history - annotated - download {{ end }}
{{ $reponame := .Repo }}
{{ .Changeset }}
on {{ .Date }} by {{ .User }}
{{ if .Branch }} Branch: {{ .Branch }}{{ end }} {{ if .Tag }} Tagged: {{ .Tag }}{{ end }} {{ if .Parent }} Parent: {{ .Parent }}{{ end }}
{{ range .Message }}{{.}} |