{{ define "body" }} {{ $currentFolderName := or $.File.ContentBaseName "index" }} {{ partial "kb/site-header.html" .}} {{ partial "kb/breadcrumbs.html" .}}
{{ if .IsHome }}

{{.Site.Title}}

{{ else }}

{{or .Title .File.Dir}}

{{ end }}
{{.Content}}
{{ with sort .Sections "File.BaseFileName" }} {{ end }} {{ with sort .RegularPages "File.BaseFileName" }} {{ end }}
{{ end }}