UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

13 lines (9 loc) 153 B
block('test')( js()(function() { // TODO: ololo var js = this.ctx.js; js = { data: 'lol' }; return js; }), content()('test') );