ref: 6959370835734d37d488136504db68b5b9a3277e
dir: /tpl/tplimpl/embedded/templates/shortcodes/param.html/
{{- $name := (.Get 0) -}} {{- with $name -}} {{- with ($.Page.Param .) }}{{ . }}{{ else }}{{ errorf "Param %q not found: %s" $name $.Position }}{{ end -}} {{- else }}{{ errorf "Missing param key: %s" $.Position }}{{ end -}}