move navbar outside of the container
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
const getWelcome = (req, res) => {
|
||||
const title = "Koju nekretninu tražite?";
|
||||
res.render("welcome", { nextStep: "/vrstanekretnine", title });
|
||||
res.render("welcome", { nextStep: "/vrstanekretnine", title: false });
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user