Function render_template_file
Source pub fn render_template_file(
template_path: &Path,
user_vars: HashMap<String, Value>,
) -> Result<String, TemplateError>
Expand description
Render template file with user variables and PRD v1.0 defaults
File-based variant of render_template
§Arguments
template_path - Path to template file
user_vars - User-provided variables (highest precedence)
§Returns
Rendered TOML string ready for parsing