{{ lang "home"}}
{{if .HasAbout }}
{{ lang "about" }}
{{end}} {{if .HasContact }}
{{ lang "contact" }}
{{end}} {{if .HasPolicy }}
{{ lang "policy"}}
{{end}}
{{ range .Articles }}
{{timeFormat .PublishTime}}
{{.Views}} {{lang "views"}}
{{.Title}}
{{.Summary}}
{{end}}
{{$pulen := len .PrevUrl}} {{ if ne $pulen 0 }}
{{lang "prev"}}
{{ end }} {{$nulen := len .NextUrl}} {{ if ne $nulen 0 }}
{{lang "next"}}
{{ end }}