UNPKG

lamed_learn

Version:
8 lines (7 loc) 215 B
// $Route_Path$ --------------------- _app.get('$Route_Path$', (req, res) => { /* reander template from 'views' folder. Put {{key}} in the template */ res.render('template.hbs', { key: 'Value' }) })