Echo JS 0.11.0

<~>
mxxx 3980 days ago. link 1 point
off the top of my head, i'd go with:


var path = require('path');
res.render(path.join(__dirname, 'someview.hjs'))

Replies