{{ lang "home"}}
{{if .HasAbout }}
{{ lang "about"}}
{{end}} {{if .HasContact }}
{{ lang "contact"}}
{{end}} {{if .HasPolicy }}
{{ lang "policy"}}
{{end}}
{{ lang "about" }}
{{.About}}
{{$plen := len .PopularArticles}} {{if ne $plen 0}}
{{lang "popular"}}
{{range .PopularArticles}}
{{.Title}}
{{end}}
{{end}}