I've got the following small express.js app and the corresponding .jade file. Server is running without errors but when I submit the button, nothing happens. I would expect that the app.post(...) is called, but it is not.I've got the following small express.js app and