getOuterTemplate

fun getOuterTemplate(templateFilePath: Path): String

Obtain a template file and return a string of that template.

Return

The string contents of that file.

Parameters

templateFilePath

The template file to obtain.

Throws

If the template file could not be opened.