{{- $choices := $.Page.Param "image.choices" }} {{- if not $choices }} {{- errorf "missing value for 'image.choices': %s" .Position }} {{- end }} {{- $alt := default "random image" ($.Page.Param "image.alt") }} {{- $id := sha256 (index (seq 999 | shuffle) 0) }}