Skip to content

Commit

Permalink
Enable with_, loopcontrols, and autoescape extensions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jan 9, 2017
1 parent 4b6c048 commit d9faad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def main():
parser.add_option(
'-e', '--extension',
help='extra jinja2 extensions to load',
dest='extensions', action='append', default=['do'])
dest='extensions', action='append', default=['do', 'with_', 'autoescape', 'loopcontrols'])
parser.add_option(
'-D',
help='Define template variable in the form of key=value',
Expand Down

0 comments on commit d9faad7

Please sign in to comment.