I'm doing a render recursive and quite simple in this way in express
// index.js
const VIEWS = __dirname + '/app/views/';
app.get('/', function (req, res) {
res.render(VIEWS + 'includes/partials/body', {layout: VIEWS + 'dash...
asked by
15.03.2017 / 02:32