ref: efde7078ed0d8d996e549094a4547b91d6aa56a8
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 -}}