{{define "repo.html"}}{{template "page-start" .}}{{template "repo-header" .}}{{template "breadcrumbs" .}} {{if .Empty}}

This repository has no commits yet.

{{else}} {{range .Entries}} {{else}} {{end}}
{{if .IsDir}}dir{{else}}file{{end}} {{.Name}}{{if .IsDir}}/{{end}}
Empty tree.
{{if .Readme}}

{{.ReadmeName}}

{{.Readme}}
{{end}} {{end}} {{template "copy-script" .}}{{template "page-end" .}}{{end}}