{{- .Title }} {{- if .Draft }} {{- end }}
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
{{- define "main" }}
{{- if not .IsHome | and .Title }}
{{ .Title }}
{{- if and (or (eq .Kind `term`) (eq .Kind `section`)) (.Param "ShowRssButtonInSectionTermList") }}
{{- with .OutputFormats.Get "rss" }}
{{- end }}
{{- end }}
{{- if .Description }}
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}