I'm trying to create handlebars partials to overwrite the home title on other pages except home. I've tried using ``` res.render('view', {title: "dynamicTitle");
``` but doesn't seem to work.
Any help would be appreciated.
No comments:
Post a Comment