+ {{if eq .ActiveTab "overview"}}
+
+ {{if .SpecialReadme}}
+ {{template "readme_viewer" (dict "Title" (printf "%s / README.md" .Config.GithubUser) "Content"
+ .SpecialReadme "ID" "special")}}
+ {{end}}
+
+ {{template "contribution_graph" .}}
+
+
+
+
+ Popular Repositories
+ Customize your pins
+
+
+ {{template "repo_grid" .}}
+ {{else if eq .ActiveTab "repositories"}}
+
+
+ {{template "repo_list" .}}
+ {{end}}
+