{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} {{ define "content" }}

{{ .RepoInfo.OwnerWithAt }} / {{ .RepoInfo.Name }}

{{ template "fragments/star" .RepoInfo }}
{{ if .RepoInfo.Description }} {{ .RepoInfo.Description }} {{ else }} this repo has no description {{ end }}
{{ end }} {{ define "layouts/repobase" }} {{ template "layouts/base" . }} {{ end }}