{{ if .Scratch.Get "series_position" }}
        ({{ .Scratch.Get "series_position" }}/{{ .Scratch.Get "series_total" }})
    {{ end }}
    {{ 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" .) }}
    
{{ end }}
    {{ partial "description-or-summary.html" . }}