0
Is there any way to load multiple routes within the same file .jade
, for example:
I may have a route /menu
, another /header
, another /clientes
, when calling the route /clientes
give a res.render('clientes')
and call all three in one file, like:
html
body
[Inclui a rota /header]
[Inclui a rota /menu]
[faz a lógica da tela de clientes]