I come from a Django background and an app can register template directives and they are available to all other apps (there is a central registry basically). Is there a way for my app to register a new Qweb directive/tag?
For example i may want to create something like: <t thumbnail="{'image':o.image,'format':'90x90 bw'}/>
So, is there a way to hook up extra directives to QWeb?