{{ $src := .Get "src" }} {{ $alt := .Get "alt" }} {{ $caption := .Get "caption" }} {{ $class := .Get "class" | default "w-full" }}
{{ $alt }} {{ with $caption }}
{{ . | markdownify }}
{{ end }}