{{/* 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" .}} {{template "base/head_opengraph" .}} {{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}}