pub fn read_as_string<P: AsRef<Path>>(
    subpath: P,
    template: Option<&str>
) -> Result<String>
Expand description

Read a file, honouring search paths established during startup, and falling back to potentially embedded file content