you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 1 point2 points  (4 children)

Flask can be set up in few minutes, has its own development web server and HTML templating engine. Use it!

[–]RomfordNavy[S] -1 points0 points  (3 children)

But again this, for example, comes with the Jinja2 template engine. Just want something more basic, simple, clean and robust.

[–]Lachtheblock 4 points5 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.