python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a better way of handling folder structure in Express Handlebars with views
I'm wondering if there is a better way of rendering my html without having to always have my files named differently. If there's any way handlebars can know I want this file in this folder to be rende...
clew-bot
Votes: 0
Answers: 1
Problem with express-handlebars section helpers
I can't make the section helper work as intended. The body of login.hbs was parsed normally, but the js section was never parsed. I have tried using helpers inside res.render() and put section() strai...
vca_bars
Votes: 0
Answers: 1
Passport.authenticate redirects nowhere
I was trying to learn how to use passport-local with its documentation and I could do this, however when I submit the form it does not redirect to any site
const express = require("express")...

user16284023
Votes: 0
Answers: 1
How can I debug handlebars in node in VS Code?
I am trying to render a .hbs file
res.render('./reporting/review_email.hbs', { ..._data, layout: false });
however the .hbs file is not properly rendering because there is a property of the _data obj...

Duncan
Votes: 0
Answers: 0