{{/* `sizes` is layout knowledge, so it belongs to whoever wrote the layout. Without it a browser assumes 100vw and fetches the widest variant for a thumbnail, which makes the derivative pass cost bandwidth rather than save it. These values describe *this* stylesheet — a 32rem measure, two gallery columns above 36rem — and a theme that changes the layout must change them with it (ADR-0068). */}} {{define "figure" -}}
{{- range .Pictures}} {{$.Args.alt}} {{- end}} {{- if not .Pictures}} {{.Args.alt}} {{- end}} {{- if .Args.caption}}
{{.Args.caption}}
{{- end}}
{{- end}}