{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} {{ define "content" }} {{ template "repoOwnerAndName" . }} {{ template "repoForkInfo" . }} {{ template "repoActions" . }} {{ template "repoMetadata" . }} {{ template "repoActions" . }} {{ $activeTabStyles := "-mb-px bg-white dark:bg-gray-800" }} {{ $tabs := .RepoInfo.GetTabs }} {{ $tabmeta := .RepoInfo.TabMetadata }} {{ range $item := $tabs }} {{ $key := index $item 0 }} {{ $value := index $item 1 }} {{ $icon := index $item 2 }} {{ $meta := index $tabmeta $key }} {{ i $icon "w-4 h-4 mr-2" }} {{ $key }} {{ if $meta }} {{ $meta }} {{ end }} {{ end }} {{ block "repoContentLayout" . }} {{ block "repoContent" . }}{{ end }} {{ block "repoAfter" . }}{{ end }} {{ end }} {{ end }} {{ define "repoOwnerAndName" }}