{{ define "main" }}
{{.Section}} {{range .Pages}}
{{ .Title }} {{$page := .}} {{with .Description}}

{{.}}

{{end}}
{{with .Date}} {{.Format "Jan 2 2006"}} {{end}}
{{with .Params.tags}} Tags: {{ delimit . ", " }} {{end}}
{{end}}
{{end}}