How to change title of each page dynamically in expressJS?
I am sure you can use HTML DOM title property to achieve your purpose in expressJS.
document.title = "something"
How to change title of each page dynamically in expressJS?
I am sure you can use HTML DOM title property to achieve your purpose in expressJS.
document.title = "something"