app.get('/',function(req,res) { res.render('home',{homecontent:homeStartingContent, aboutcontent:aboutContent, contactcontent:contactContent}); });
Я хочу отобразить 'about' и 'contact' e js files.