Skip to content

Commit

Permalink
Feature/785 add jinja config (#786)
Browse files Browse the repository at this point in the history
* Add jinja2 output config variables. Refs #785

* Add jinja2 output config variables. Refs #785
  • Loading branch information
koenedaele authored Mar 2, 2023
1 parent 8d6431f commit 4f63129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
pyramid_tm
jinja2.trim_blocks = true
jinja2.lstrip_blocks = true
jinja2.directories =
atramhasis:templates
jinja2.extensions =
Expand Down
2 changes: 2 additions & 0 deletions production.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pyramid.debug_routematch = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
jinja2.trim_blocks = true
jinja2.lstrip_blocks = true
jinja2.directories =
atramhasis:templates
jinja2.extensions =
Expand Down

0 comments on commit 4f63129

Please sign in to comment.