{{template "shared/search/button"}}
{{ctx.Locale.Tr "repo.repo_desc"}}
{{- $description := .Repository.DescriptionHTML ctx -}} {{if $description}}{{$description | RenderCodeBlock}}{{else}}{{ctx.Locale.Tr "repo.repo_no_desc"}}{{end}}
{{if .Repository.Website}} {{svg "octicon-link" 16 "tw-text-text"}} {{.Repository.Website}} {{end}}
{{/* !!!! it SHOULD and MUST match the code in repo-home.ts */}} {{range .Topics}}{{.Name}}{{end}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
{{end}} {{if .ReadmeExist}} {{svg "octicon-book"}} {{ctx.Locale.Tr "readme"}} {{end}} {{if .DetectedRepoLicenses}} {{svg "octicon-law"}} {{if eq (len .DetectedRepoLicenses) 1}}{{index .DetectedRepoLicenses 0}}{{else}}{{ctx.Locale.Tr "repo.multiple_licenses"}}{{end}} {{end}} {{if .CitiationExist}} {{template "repo/cite/cite_modal" .}} {{svg "octicon-cross-reference"}} {{ctx.Locale.Tr "repo.cite_this_repo"}} {{end}}