pub fn process_template(
template: &str,
config: &TemplateConfig,
) -> Result<String>Expand description
Main function to process a template with all its references
ยงErrors
Returns errors from find_references or process_reference for any issues with
template parsing, file operations, or reference resolution.