{{ $pageType := cond (eq .Kind "home") "home" .Section }} {{ $isDocsPage := eq .Section "docs" }} {{- block "title" . }} {{- if .IsHome -}} {{ .Title | default .Site.Title -}} {{ else -}} {{ with .Title -}} {{ . }} | {{ end -}} {{ .Site.Title -}} {{ end -}} {{ end -}} {{ partial "meta.html" . }} {{ partial "css.html" . }}
{{ partial "navbar.html" . }} {{ partial "ukraine.html" . }} {{ block "main" . }} {{ end }}
{{ partial "footer.html" . }} {{ partial "javascript.html" . }} {{ partial "search.html" . }} {{ template "_internal/google_analytics.html" . }}