I seem to be in the minority but I'm not a fan of jinja2. I like mako better, I guess you have more leeway to do silly things but I never feel like I can't do what I want.
Are there other template library in other languages ( especially in rust or go ) that converts templates in to native language code for execution? Like the way jinja do.
I was always hoping to find something that would do partial renderings of a template before some exception occurred while rendering said template. This would be a great debug feature.<p><a href="https://stackoverflow.com/questions/56084066/is-there-a-way-for-jinja-to-output-its-partially-rendered-content-before-an-exce" rel="nofollow">https://stackoverflow.com/questions/56084066/is-there-a-way-...</a>