- commit
- 419e81a57f8ecf94f8143c69fec9a7676ac6a013
- parent
- b1056a1a02cbf0a79150ce7cfc856db29bfd2119
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-07 13:22
trim whitespace in templates
Diffstat
M | neddit.py | 2 | ++ |
1 files changed, 2 insertions, 0 deletions
diff --git a/neddit.py b/neddit.py
@@ -14,6 +14,8 @@ BASE_DIR = Path(__file__).parent 14 14 env = jinja2.Environment( 15 15 loader=jinja2.FileSystemLoader(BASE_DIR / 'templates'), 16 16 autoescape=jinja2.select_autoescape(default=True), -1 17 trim_blocks=True, -1 18 lstrip_blocks=True, 17 19 ) 18 20 19 21