Files
2026-04-09 13:19:47 -05:00
..
2026-04-09 13:19:47 -05:00
2026-04-09 13:19:47 -05:00
2026-04-09 13:19:47 -05:00
2026-04-09 13:19:47 -05:00

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')