Refactor jinja usage

Moved out templates to root dir and start using only jinja template
instead of the complete Environment class. Requirements here are quite
simple.
This commit is contained in:
David Paz 2022-07-15 14:40:59 +02:00
parent ac248b5011
commit 51e5b74f80
No known key found for this signature in database
GPG key ID: 6600CC47B1C1B063
4 changed files with 21 additions and 25 deletions

View file

@ -1,3 +0,0 @@
{{ content }}
Relates: {{ ticket }}