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