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