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

{{ mdtitle . }}

{{ end }} {{ with .Blog.BlogStats.Description }}{{ md . }}{{ end }}

{{ string .Blog.Lang "loading" }}

{{ if .CommentsEnabled }}{{ interactions .Blog .Canonical }}{{ end }} {{ end }} {{ define "blogstats" }} {{ template "base" . }} {{ end }}