{{ .Title }}
{{ .Description }}
{{ dateFormat $dateFormat .Date }}
{{ .Content }}
{{ define "main" }} {{ $dateFormat := $.Site.Params.dateFormat | default "Jan 2, 2006" }}
This is a post in the
{{$name}} series.
Other posts in this series:
Next: {{.NextInSection.Title}}
{{end}} {{if .PrevInSection}}Previous: {{.PrevInSection.Title}}
{{end}}