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

{{ . }}

{{ end }} {{ with .Blog.BlogStats.Description }}{{ md . }}{{ end }} {{ $months := .Data.months }} {{ range $year := .Data.years }} {{ range $month := (index $months $year.First) }} {{ end }} {{ end }}
{{ string .Blog.Lang "year" }} {{ string .Blog.Lang "count" }}
{{ $year.First }} {{ $year.Second }}
{{ $month.First }} {{ $month.Second }}
{{ string .Blog.Lang "withoutdate" }} {{ .Data.withoutdate }}
{{ string .Blog.Lang "total" }} {{ .Data.total }}
{{ end }} {{ define "blogstats" }} {{ template "base" . }} {{ end }}