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