pub async fn generate_with_template(
    from_path: &str,
    dest_path: &str,
    data: &impl Serialize
) -> Result<()>