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