{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
        {{ .Title | markdownify }}
        {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
    
    {{ partial "post-metadata-short.html" . }}
    {{ with .Resources.GetMatch "feature" }}
    
        {{ partial "figure.html" (dict "src" . "border" true) }}
    
    {{ end }}
    
        {{ partial "description-or-summary.html" . }}