controller.py
def clever_function(): return u'HELLO' app.jinja_env.globals.update(clever_function=clever_function)
view.py
{{ clever_function() }}
References :
Call a python function from jinja2 - Stack Overflow
沒有留言:
張貼留言