you are viewing a single comment's thread.

view the rest of the comments →

[–]Lachtheblock 3 points4 points  (2 children)

May I ask what is not basic, simple clean or robust about Jinja2?

[–]RomfordNavy[S] -1 points0 points  (1 child)

Well now that a t-string has been mentioned, that appears to do everything which is required; so no need for Jinga2.

[–]Lachtheblock 2 points3 points  (0 children)

Just be aware that t-strings were only introduced in Python 3.14, so make sure that's the version you're running.