{{ $fig := newScratch }} {{ if .Get "caption" }} {{ $fig.Set "caption" (.Get "caption") }} {{ else if .Get "alt" }} {{ $fig.Set "caption" (.Get "alt") }} {{ end }}
{{ with .Get "link"}}{{ end }} {{ with .Get "link"}}{{ end }} {{ with ($fig.Get "caption") }}
Figure {{ $.Page.Scratch.Get "fig" }}. {{ . }}
{{ end }}
{{ .Page.Scratch.Add "fig" 1 }} {{ $fig.Delete "caption"}}