UNPKG

sodajs

Version:

Light weight but powerful template engine for JavaScript.

6 lines (3 loc) 150 B
var soda = require('./../node'); var a = soda('<span s="sss" soda-repeat="item in list">{{item}}</span>', { list: [1, 2, 3]}); console.log(a);