UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

13 lines (9 loc) 172 B
block('test')( mix()(function() { // TODO: rewrite push var mix = this.ctx.mix; mix.push({ block: 'mixed' }); return mix; }), content()('test') );