pub fn render<T>( template_dir: &str, output_dir_path: impl AsRef<Path>, public_dir_path: impl AsRef<Path>, config_path: impl AsRef<Path>, nodes: &[Node<T>], ) -> Result<(), Error>where T: Serialize + MaybeSlug + MaybeDependents,