Function compile_single_file

Source
pub fn compile_single_file(
    content_path: PathBuf,
    template_path: PathBuf,
    output_path: PathBuf,
) -> Result<()>