UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

7 lines (5 loc) 163 B
block('link') .tag()(function() { return 'span'; }); block('link') .match(function() { return this.mods.disabled; }) .tag()(function() { return 'span'; });