UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

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