summaryrefslogtreecommitdiffstats
path: root/bench/templates/string.js
blob: 6b0e94a74aeff839316229f8dff35b947846c049 (plain)
1
2
3
4
5
6
7
module.exports = {
  context: {},
  handlebars: 'Hello world',
  dust: 'Hello world',
  mustache: 'Hello world',
  eco: 'Hello world'
};