I am trying to use the http://jinja.pocoo.org/docs/dev/templates/#pprint pprint function as follows:
{{ pprint(player) }} in my html file, but I get the following error:
jinja2.exceptions.UndefinedError UndefinedError: 'pprint' is undefined
Jinja2 is a template engine for python. Can anyone help me display variables for easy debugging?
source share