{{ partial "header.html" . }}
{{ if .Params.display_title }}
{{ .Params.display_title }}
{{ else }}
{{ .Title }}
{{ end }}
{{ if .Params.hide_post_meta }}
{{ else }}
{{ if .Params.author }}
{{ .Author }}
{{ else if .Site.Params.author }}
{{ .Site.Params.author }}
{{ end }}
{{ if .Date }} {{ .Date.Format "2006/01/02" }} {{ end }}
{{ end }}
{{ if .Params.toc }}
{{ .TableOfContents }}
{{ end }}
{{ .Content }}
{{ partial "footer.html" . }}