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