UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

11 lines (7 loc) 149 B
block('test').addJs()(function() { // TODO: ololo var js = this.ctx.js; js = { data: 'lol' }; return js; }); block('test').addJs()(true);