{{ $path := path.Join .Site.Params.generatedRoot "apt_cmd.txt" }} {{ if not (fileExists $path) }} {{ errorf "apt_cmd.txt has not been generated" }} {{ end }}
{{ readFile $path | safeHTML }}