Function compile_dir

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