Python: Calling python functions from mako templates
The mako template engine is a powerful module for Python used by many large sites including reddit.com. You simply push the variables you want into a context and then merge that with a text template. Additionally, mako allows you to take advantage of the full power of the Python language and libraries by allowing calls … Python: Calling python functions from mako templates