{{ partial "header.html" . }}
Posted: {{.Date.Format "January 2, 2006"}}
{{if .Params.author}}
By: {{with .Params.authorLink}}{{end}}{{.Params.author}}{{if .Params.authorLink}}{{end}}
{{end}}
{{ .Content }}
{{ partial "footer.html" . }}