{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} {{ define "content" }} {{ .RepoInfo.FullName }} {{ if .RepoInfo.Description }} {{ .RepoInfo.Description }} {{ else }} this repo has no description {{ end }} overview issues pull requests {{ if .RepoInfo.SettingsAllowed }} settings {{ end }} {{ block "repoContent" . }}{{ end }} {{ end }} {{ define "layouts/repobase" }} {{ template "layouts/base" . }} {{ end }}