UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

10 lines (5 loc) 203 B
var bemhtml = require('bem-xjst').bemhtml; var templates = bemhtml.compile(function() {}); var html = bemhtml.apply.call({ block: 'page' }); var apply = bemhtml.apply; apply.call({ block: 'page' });