{{ with .Description | plainify -}}
{{ . -}}
{{ else -}}
{{ if .IsHome -}}
{{ with .Site.Params.description | plainify -}}
{{ end -}}
{{ .Summary | plainify | chomp -}}