🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Simple string formatting using {}.
{}
assert.equal( tmpl('the answer is {answer}', { answer: 42 }), 'the answer is 42')