pub fn render_template(template: &str, vars: &HashMap<String, String>) -> String
Render template by replacing {{key}} placeholders with values in vars.
template
{{key}}
vars
This is intentionally simple and avoids complex templating logic.