UNPKG

hexo

Version:

A fast, simple & powerful blog framework, powered by Node.js.

12 lines (10 loc) 195 B
var swig = require('swig'); swig.setDefaults({ cache: false }); module.exports = function(data, locals){ return swig.render(data.text, { locals: locals, filename: data.path }); };