-
It would really increidible add support with Pongo2 or Jinja2 to edit docx templates.
-
## Description
Add support to pongo2 or jinja2 templating. You create a docx base template and replace the document with pongo2 or jinja2 language over docx base template.
## Expected Behavior
fu…
-
**What happened**:
Scan on image that has python3-Jinja2-2.10.1-3.10.2.noarch installed.
It generates vulnerabilities:
NAME INSTALLED FIXED-IN TYPE VULNERABI…
-
Hey! Spent some time trying to get Jinja2 templates to appear in the debug toolbar correctly. Templates tab was simply saying "No Templates". This had me stumped as there's a test case for this in the…
ae99 updated
9 months ago
-
Any plan to support wagtailmenus' tags through a jinja2 extension ? That would be awesome !
-
Make a better use of Jinja2 placeholders in tamplates.
-
Hi there,
I would love to have Jinja highlighting also in other filetypes like yaml for helm templates.
Is that possible? If so, what kind of changes would be required to make this work?
-
I would love to help to add jinja2 based templating feature. But in order to do that, I need to understand the structure of _form_config, is there any document about that?
Also, as I can understand, …
-
Jinja2 should error when it sees a variable in a template that it does not have defined. This would prevent empty interpolations from occurring.
-
The code presented is a mixture of argument parsing, code generation, writing to file. Most of the logic here could be replaced by use of the python template library, `jinja2`.