{{ partial "htmlhead" . }}
{{ partial "header" . }} {{ partial "nav" . }}
{{ if and (not .Date.IsZero) (not .Params.pinned) }} {{ partial "format-date-ru.html" .Date }} {{ end }}

{{ .Title }}

{{ .Description }}

{{ if .Params.image }}
{{ end }} {{ .Content }} {{ partial "postcustom" . }} {{ if not (eq .Params.disableComments true) }} {{ template "_internal/disqus.html" . }} {{ end }}
{{ i18n "NAV_MENU" . }} {{ partial "footer/index" . }} {{ partial "copyright" . }}
{{ partial "back-to-top" . }} {{ template "_internal/google_analytics.html" . }} {{ partial "scripts/index" . }}