{{ define "body" }} {{- $currentFolderName := or $.File.ContentBaseName "index" }} {{- partial "kb/site-header.html" .}} {{- partial "kb/breadcrumbs.html" .}}
{{- with .Title}} {{- end }} {{- if .Params.toc }} {{- end }}
{{ .Content -}}
{{ end }}