UNPKG

squirrelly

Version:

Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance

6 lines (3 loc) 115 B
var Sqrl = require('squirrelly') var template = 'Hi {{it.user}}!' Sqrl.render(template, { user: 'cool person' })