{{/* Display `- .Repository.FullName` only if `.Title` does not already start with that. */}}
{{if .Title}}{{.Title}} - {{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" .}} {{template "custom/body_outer_pre" .}}
{{ctx.Locale.Tr "enable_javascript"}}
{{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 */}}