UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

15 lines (14 loc) 260 B
block('b').attrs()({ id: 'attrs' }); block('b').elem('e').js()({ id: 'js-test' }); block('b')( js()({ id: 'js-test2' }) ); block('b')( attrs()({ id: 'attrs-test' }) ); block('b')( mix()({ block: 'a' }) ); block('b')( elem('e').mix()({ block: 'a' }) );