{{- with .cxt}} {{/* Apply proper context from dict */}}
{{- $isHidden := (site.Params.cover.hidden | default site.Params.cover.hiddenInList) }} {{- partial "cover.html" (dict "cxt" . "IsHome" true "isHidden" $isHidden) }}

{{- .Title }} {{- if .Draft }}  [draft]{{- end }}

{{- if (ne (.Param "hideSummary") true) }}

{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}

{{- end }} {{- if not (.Param "hideMeta") }} {{- end }}
{{- end -}}{{/* End context */ -}}