Wednesday, 31 May 2017

How to override title across handlebars pages

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.



via Harrison Kamau

No comments:

Post a Comment