{{ define "title" }} {{ with .Blog.BlogStats.Title }}{{ . }} - {{ end }}{{ .Blog.Title }} {{ end }} {{ define "main" }}
{{ with .Blog.BlogStats.Title }}

{{ . }}

{{ end }} {{ with .Blog.BlogStats.Description }}{{ md . }}{{ end }} {{ $counts := .Data.counts }} {{ range $i, $year := .Data.years }} {{ end }}
{{ string .Blog.Lang "year" }} {{ string .Blog.Lang "count" }}
{{ $year }} {{ index $counts $i }}
{{ string .Blog.Lang "total" }} {{ .Data.total }}
{{ end }} {{ define "blogstats" }} {{ template "base" . }} {{ end }}