{{ define "title" -}} {{ .Title | title }} {{- end }} {{ define "main" -}} {{ .Content }}
{{- range.Pages }}
{{ .Title }}
{{ .Summary | truncate 220 " ..." }} {{- if .Param "authorsinlist" }} {{ with .Params.authors }} by {{ delimit . ", " " and " }} {{end}} {{ end -}}
{{- end }}
{{- end }}