BlitzKraft / saythanks.io

Spreading Thankfulness in Open Source.
https://saythanks.io
1.25k stars 154 forks source link

A better templating framework #188

Open kgashok opened 2 years ago

kgashok commented 2 years ago

Please read https://opensource.com/resources/python/template-libraries

There is a comparison between Jinja and others. Is there a case to be made for using a different template framework for saythanks.io?

@Pavithratrdev @DeepakChakravarthy

Can you assign someone to make a presentation on this?

tushar5526 commented 1 year ago

Hi @kgashok, the current jinja implementation seems reasonable to me. It is widely used and supported in flask and django backends. Is there any con to it that I don't know and we have to migrate to a new template engine for that?