blob: 05288cf21a87ec646ca2b3e1c312893ca26c34ac [file] [log] [blame]
{{ $baseName := .Get 0 }}
{{ $path := path.Join .Site.Params.generatedRoot (printf "%s.selfdoc" $baseName) }}
{{ if not (fileExists $path) }}
{{ errorf "Tool selfdoc has not been generated for %s" $baseName }}
{{ end }}
{{ readFile $path | safeHTML }}