{{ 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 }}
{{ if .Description }}

{{ .Description | markdownify }}

{{ else }} {{ .Summary }} {{ end }}
{{ i18n "read_more" }} →