+ {{template "repo/header" .}} +
+ {{if and (not .IsEmptyRepo) (.Permission.CanRead $.UnitTypeCode)}} +
+ {{template "repo/navbar" .}} +
+ {{end}} +
+ {{if .PageIsPulse}}{{template "repo/pulse" .}}{{end}} + {{if .PageIsContributors}}{{template "repo/contributors" .}}{{end}} + {{if .PageIsCodeFrequency}}{{template "repo/code_frequency" .}}{{end}} + {{if .PageIsRecentCommits}}{{template "repo/recent_commits" .}}{{end}} +
+
+