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

{{.Site.Title}}

{{ else }}

{{or .Title .File.Dir}}

{{ end }}
{{.Content}}
{{ with .Sections }} {{ end }} {{ with .RegularPages }} {{ end }}
{{ end }}