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