Description
Compose a string from a template with {{var}} placeholders. Typical: personalized subject/body emails, notification messages, LLM prompts. Substitutions with nested paths ({{customer.address.city}}) and fallback ({{name|default Anonymous}}).
