pub fn handlebars_setup(
handlebars: &mut Handlebars<'_>,
custom_helpers_folders: &[String],
) -> Result<(), CustomError>
pub fn handlebars_setup(
handlebars: &mut Handlebars<'_>,
custom_helpers_folders: &[String],
) -> Result<(), CustomError>