il8n Extension: using variables in trans blocks
Using Variables in Jinja trans Blocks n nnJinja’s i18n Extension is the go-to tool for building a global, multilingual application. The core of this extension is the trans block, which wraps text and tells a translation system that it should be translated. But what happens when you need to include dynamic information, like a user’s…
