Revision history [back]
In Jinja2 template tags are harder to add, but almost in all cases they can be replaced with a macro.
http://jinja.pocoo.org/docs/templates/#macros
There are lots of macros in file askbot/skins/default/templates/macros.html and examples of use are in many places, for example in a template question.html.
Do you need to add extra context variables, right now you can add them via a custom template context processor, we can also add extra_context parameters to the views. Could you explain in more detail what you are trying to do?