{{template "base/head" .}}
{{template "repo/header" .}}
{{template "base/alert" .}} {{if and .Permission.IsAdmin (not .Repository.IsArchived)}} {{end}}
{{.i18n.Tr "repo.topic.count_prompt"}} {{.i18n.Tr "repo.topic.format_prompt"}}
{{if .RepoSearchEnabled}} {{end}}
{{if .Repository.IsArchived}}
{{.i18n.Tr "repo.archive.title"}}
{{end}} {{template "repo/sub_menu" .}}
{{if .IsViewFile}} {{template "repo/view_file" .}} {{else if .IsBlame}} {{template "repo/blame" .}} {{else}} {{template "repo/view_list" .}} {{end}}

简介

{{if .Repository.DescriptionHTML}} {{.Repository.DescriptionHTML}} {{else}} {{.i18n.Tr "repo.no_desc"}} {{end}}

{{if .Repository.Website}}

{{.Repository.Website}}

{{end}}

{{range .Topics}}{{.Name}}{{end}} {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{.i18n.Tr "repo.topic.manage_topics"}}{{end}}

{{range .LanguageStats}} {{.Language}} {{end}}

{{if .LICENSE}}

{{.LICENSE}}

{{end}}

贡献者 ({{len .ContributorInfo}})

{{range .ContributorInfo}} {{if .UserInfo}} {{else if .Email}} {{.Email}} {{end}} {{end}}
{{template "base/footer" .}}