{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} {{ define "content" }}
{{ template "user/fragments/picHandleLink" .RepoInfo.OwnerDid }} / {{ .RepoInfo.Name }}
{{ if .RepoInfo.Source }} {{ $sourceOwner := resolve .RepoInfo.Source.Did }}
{{ i "git-fork" "w-3 h-3 shrink-0" }} forked from {{ $sourceOwner }}/{{ .RepoInfo.Source.Name }}
{{ end }} {{ if .RepoInfo.Description }} {{ .RepoInfo.Description | description }} {{ else }} this repo has no description {{ end }} {{ with .RepoInfo.Website }} {{ i "globe" "size-4" }} {{ . | trimUriScheme }} {{ end }} {{ if .RepoInfo.Topics }}
{{ range .RepoInfo.Topics }} {{ . }} {{ end }}
{{ end }}
{{ block "repoContentLayout" . }}
{{ block "repoContent" . }}{{ end }}
{{ block "repoAfter" . }}{{ end }} {{ end }}
{{ end }}