{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} {{ define "content" }} {{ .RepoInfo.FullName }} {{ if .RepoInfo.Description }} {{ .RepoInfo.Description }} {{ else }} this repo has no description {{ end }} {{ $activeTabStyles := "border-black border-l border-r border-t border-b-0 -mb-px bg-white" }} {{ $tabs := .RepoInfo.GetTabs }} {{ range $item := $tabs }} {{ $key := index $item 0 }} {{ $value := index $item 1 }} {{ $key }} {{ end}} {{ block "repoContent" . }}{{ end }} {{ end }} {{ define "layouts/repobase" }} {{ template "layouts/base" . }} {{ end }}