Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# https://github.com/kolypto/j2cli#customization
|
||||
|
||||
# http://jinja.pocoo.org/docs/2.10/api/#jinja2.Environment
|
||||
def j2_environment_params(): return dict(
|
||||
autoescape = True,
|
||||
trim_blocks = True,
|
||||
lstrip_blocks = True,
|
||||
keep_trailing_newline = True,
|
||||
extensions = (
|
||||
"jinja2.ext.do",
|
||||
"jinja2.ext.loopcontrols"
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user