pub fn load_template(path: &str) -> Option<String>
Loads a template file by path, returning None if it cannot be read.
None