add first bits of jinja template support

This commit is contained in:
Andreas Köpf
2022-12-21 20:17:47 +01:00
parent 55c79b98f1
commit d20828e759
9 changed files with 133 additions and 15 deletions
+1
View File
@@ -11,3 +11,4 @@ line_length = 120
[tool.black]
line-length = 120
target-version = ['py310']
exclude = ["bot/templates"]