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

{{ .RepoInfo.FullName }}

{{ if .RepoInfo.Description }}

{{ .RepoInfo.Description }}

{{ else }} this repo has no description {{ end }}
{{ end }} {{ define "layouts/repobase" }} {{ template "layouts/base" . }} {{ end }}