{{template "base/alert" .}}
{{if and (not .HideRepoInfo) (not .IsBlame)}}
{{end}}
{{$description := .Repository.DescriptionHTML $.Context}}
{{if $description}}{{$description}}{{else if .IsRepositoryAdmin}}{{.locale.Tr "repo.no_desc"}}{{end}}
{{.Repository.Website}}
{{if .RepoSearchEnabled}}
{{range .Topics}}{{.Name}}{{end}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{.locale.Tr "repo.topic.manage_topics"}}{{end}}
{{end}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
{{end}}
{{.locale.Tr "repo.topic.count_prompt"}}
{{.locale.Tr "repo.topic.format_prompt"}}
{{if .Repository.IsArchived}}
{{end}}
{{template "repo/sub_menu" .}}
{{if .IsViewFile}}
{{template "repo/view_file" .}}
{{else if .IsBlame}}
{{template "repo/blame" .}}
{{else}}
{{template "repo/view_list" .}}
{{end}}