Navigation Menu

Skip to content

Commit

Permalink
More extensions in jinja debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 24, 2011
1 parent e68d4c6 commit 067879e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jinja2-debug.py
Expand Up @@ -14,7 +14,10 @@
from werkzeug import script from werkzeug import script


env = jinja2.Environment(extensions=['jinja2.ext.i18n', 'jinja2.ext.do', env = jinja2.Environment(extensions=['jinja2.ext.i18n', 'jinja2.ext.do',
'jinja2.ext.loopcontrols']) 'jinja2.ext.loopcontrols',
'jinja2.ext.with_',
'jinja2.ext.autoescape'],
autoescape=True)


def shell_init_func(): def shell_init_func():
def _compile(x): def _compile(x):
Expand Down

0 comments on commit 067879e

Please sign in to comment.