{{- define "main" }}
{{ partial "breadcrumbs.html" . }}

{{ .Title }} {{- if .Draft }} {{- end }}

{{- if .Description }}
{{ .Description }}
{{- end }} {{- if not (.Param "hideMeta") }} {{- end }}
{{- $isHidden := (.Param "cover.hiddenInSingle") | default (.Param "cover.hidden") | default false }} {{- partial "cover.html" (dict "cxt" . "IsSingle" true "isHidden" $isHidden) }} {{- if (.Param "ShowToc") }} {{- partial "toc.html" . }} {{- end }}
Читать первым в Telegram
{{- if .Content }}
{{- if not (.Param "disableAnchoredHeadings") }} {{- partial "anchored_headings.html" .Content -}} {{- else }}{{ .Content }}{{ end }}
{{- end }}
Поддержать проект

Социальные сети проекта:

Подпишись, чтобы ничего не пропустить!

{{- if (.Param "comments") }} {{- partial "comments.html" . }} {{- end }}
{{- end }}{{/* end main */}}