{{template "base/alert" .}}
{{if .Repository.IsArchived}}
{{if .Repository.ArchivedUnix.IsZero}}
{{ctx.Locale.Tr "repo.archive.title"}}
{{else}}
{{ctx.Locale.Tr "repo.archive.title_date" (DateUtils.AbsoluteLong .Repository.ArchivedUnix)}}
{{end}}
{{end}}
{{template "repo/code/recently_pushed_new_branches" .}}
{{if $hasTreeSidebar}}
{{template "repo/view_file_tree_sidebar" .}}
{{end}}
{{template "repo/home_content" .}}
{{if $showSidebar}}
{{template "repo/home_sidebar_top" .}}
{{template "repo/home_sidebar_bottom" .}}
{{end}}