hey guys, can someone give me some insight on some mako inheritance and namespaces?
I am trying to define variables in a namespace, called base, and then import a template that uses these variables.
the only way I got it to work is by including inside a namespace tag - despite going through all variables, it doesn't generate any output
I can pastebin an example if someone has the will to help out
thanks
frispete joined the channel
blaflamme
mephx if you have declared vars in your base like <%! myvar = "hello" %> you should be able to access it in a template inheriting base via ${self.attr.myvar}