UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

12 lines (8 loc) 168 B
block('test')( attrs()(function() { var attrs = this.ctx.attrs; attrs = this.extend(attrs, { id: 'test' }); return attrs; }), content()('test') );