{{ define "main" }} {{ $dateFormat := default "January 2, 2006" .Site.Params.BookDateFormat }}

{{ .Title }}

{{ with .Date }}
{{ .Format $dateFormat }}
{{ end }}
{{- .Content -}}
{{ end }} {{ define "toc" }} {{ partial "docs/toc" . }} {{ end }}