{{/* section is AKA list */}} {{- define "main" }}

{{ .Title }}

{{ with .Param "subtitle" }}
{{ . }}
{{ end }}
{{ .Description | markdownify }}
{{- partial "newsletter_sub_form.html"}}
{{- $pages := where .Pages "Params.hidden" "!=" true }}
{{- range first 5 $pages }}
{{- if not .Date.IsZero -}} {{ .Date | time.Format (default "January 2, 2006" site.Params.DateFormat) }} {{- end }}
{{ with .Param "issueno" }}#{{ . }}{{ end }}
{{- end }}
{{- with .Param "archivesSlug" }} Archives {{- end }} {{- with .Param "rssUrl" }} RSS {{- end }}
{{ end }}