const getVrstaNekretnine = (req,res) => { res.render('vrsta_nekretnine'); } module.exports = { getVrstaNekretnine };