Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
2b44ce6546a268f39bea9145b9a6bd0b1fd30319
/
.
/
site
/
docs
/
layouts
/
shortcodes
/
testplan.html
blob: 37c7a2f4985787728a79b6d7038bb494b626a565 [
file
] [
log
] [
blame
]
{{ $baseName := .Get 0 }}
{{ $path := path.Join .Site.Params.generatedRoot (printf "%s.testplan" $baseName) }}
{{ if not (fileExists $path) }}
{{ errorf "Testplan has not been generated for %s" $baseName }}
{{ end }}
{{ readFile $path | safeHTML }}