engines
Version:
Template engine library with fast, synchronous rendering, based on consolidate.
35 lines (33 loc) • 1.25 kB
JavaScript
require('./shared').test('jade');
require('./shared').test('ejs');
require('./shared').test('swig');
require('./shared').test('jazz');
require('./shared').test('jqtpl');
require('./shared').test('liquor');
require('./shared').test('haml');
require('./shared').test('eco');
require('./shared').test('whiskers');
require('./shared').test('haml-coffee');
require('./shared').test('hogan');
require('./shared/partials').test('hogan');
//require('./shared').test('dust');
//require('./shared/partials').test('dust');
require('./shared').test('handlebars');
require('./shared/partials').test('handlebars');
require('./shared/helpers').test('handlebars');
require('./shared').test('underscore');
require('./shared').test('lodash');
//require('./shared').test('qejs');
require('./shared').test('walrus');
require('./shared').test('mustache');
require('./shared/partials').test('mustache');
//require('./shared').test('just');
require('./shared').test('ect');
require('./shared').test('mote');
require('./shared').test('toffee');
// require('./shared').test('atpl');
require('./shared').test('templayed');
require('./shared').test('dot');
require('./shared').test('ractive');
require('./shared/partials').test('ractive');
require('./shared').test('nunjucks');