UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

14 lines (10 loc) 147 B
block('b')( addJs()(function() { return { data: 'lol' }; }), content()('test') ); block('b')( addJs()(true), content()('test') );