summaryrefslogtreecommitdiffstats
path: root/lib/templating/index.js
blob: 312146a17e434307d235e99df2635d43887c7c3c (plain)
1
2
3
4

module.exports = {
    render:         require('./render')
};