pub fn load_template_with_context_legacy(
name: &str,
project_root: &Path,
target: Option<&str>,
) -> Result<(Task, TemplateSource)>Expand description
Load a template by name with variable substitution (legacy, non-strict)
This is a convenience function for backward compatibility.
Use load_template_with_context for full control.