{{- $pkgmgr := .Get 0 -}} {{- $file := (print $pkgmgr "_cmd.txt") -}} {{- $path := path.Join .Site.Params.generatedRoot $file -}} {{- if not (fileExists $path) -}} {{- errorf (print $file " has not been generated") -}} {{- end -}}
{{ readFile $path | safeHTML }}