{{/* Display `- .Repsository.FullName` only if `.Title` does not already start with that. */}} {{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}}{{if and (.Repository.Name) (not (StringUtils.HasPrefix .Title .Repository.FullName))}}{{.Repository.FullName}} - {{end}}{{AppName}} {{if .ManifestData}}{{end}} {{if .GoGetImport}} {{end}} {{if and .EnableFeed .FeedURL}} {{end}} {{template "base/head_script" .}} {{if .PageIsUserProfile}} {{if .ContextUser.Description}} {{end}} {{else if .Repository}} {{if .Issue}} {{if .Issue.Content}} {{end}} {{else}} {{if .Repository.Description}} {{end}} {{end}} {{if (.Repository.AvatarLink ctx)}} {{else}} {{end}} {{else}} {{end}} {{template "base/head_style" .}} {{template "custom/header" .}} {{ctx.DataRaceCheck $.Context}} {{template "custom/body_outer_pre" .}}
{{template "custom/body_inner_pre" .}} {{if not .PageIsInstall}} {{template "base/head_navbar" .}} {{end}} {{if false}} {{/* to make html structure "likely" complete to prevent IDE warnings */}}
{{end}}