{{ lang "home"}}
{{if .HasAbout }}
{{ lang "about"}}
{{end}} {{if .HasContact }}
{{ lang "contact"}}
{{end}} {{if .HasPolicy }}
{{ lang "policy"}}
{{end}}
{{.Title}}
{{timeFormat .PublishTime}}
{{.Article.Summary}}
{{range .Article.Topics}}
{{.Topic}}
{{$tlen := len .Pictures}} {{if ne $tlen 0}} {{range .Pictures}}
{{end}} {{end}}
{{.Content}}
{{end}}
{{ if .Prev }}
{{lang "prev_article"}}:{{.Prev.Title}}
{{ end }} {{ if .Next }}
{{lang "next_article"}}:{{.Next.Title}}
{{ end }}