UNPKG

bem-xjst

Version:

Declarative Template Engine for the browser and server

9 lines (6 loc) 174 B
var bemhtml = require('bem-xjst').bemhtml; var templates = bemhtml.compile(function() {}, { someOption: 1, xhtml: true }); var html = bemhtml.apply({ block: 'page' });