{{- define "content-header" -}}
{{.Title}}
{{- if .Params.Subtitle }}
{{.Params.Subtitle}}
{{- else if .Site.Params.Subtitle }}
{{.Site.Params.Subtitle}}
{{- end }}
{{ end }}
{{ define "content" }}
{{.Content}}
{{ range first 10 .Pages }}
{{ .Render "summary"}}
{{ end }}
{{ end }}