{{ $src := .Get "src"}} {{ $image := (.Page.Resources.ByType "image").GetMatch (printf "**%s**" $src) -}}
{{ with .Get
{{- with (.Get "title") -}}

{{ . }}

{{ end -}} {{ if or (.Get "caption") $image.Exif -}}

{{- .Get "caption" | markdownify -}} {{ with $image.Exif -}} {{ with .Tags.Model }}{{.}} {{ end -}} {{ with .Tags.FocalLength }}@ {{.}}mm {{ end -}} {{ with .Tags.FNumber }}— ƒ/{{.}}{{ end -}} {{ with .Tags.ExposureTime }}, {{ lang.FormatNumber 2 . }} sec{{ end -}} {{ with .Tags.ISOSpeedRatings }}, ISO {{.}} {{ end }} {{ end -}}

{{ end -}}