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

{{ . }}

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

{{ with $image.Exif -}} 【 {{- with .Tags.FocalLength }}{{.}}mm{{ end -}} {{ with .Tags.ApertureValue }}, ƒ/{{ lang.FormatNumber 1 . }}{{ end -}} {{ with .Tags.ExposureTime }}, {{.}}s{{ end -}} {{ with .Tags.ISO }}, ISO{{.}}{{ end }}】 {{- end -}} {{- .Get "caption" | markdownify -}}

{{ end -}}