-
For our patterns and components that use macros (such as #5248 and #5212), we would like to some day give our users the opportunity to use our components with Jinja macros rather than plain HTML. Our …
-
i got the following error message:
`remote: An error occurred while installing jinja2==2.10.1! Will try again.
remote: Installing initially–failed dependencies…
remote: Coll…
-
For templated rule messages we are using Jinja2. It's not clear for me why we are using it since it is possible to just use string.format (as we are currently doing whenever we render message):
```
"…
-
Salt provides a `yaml` filter for Jinja, but it is not documented in this list.
https://docs.saltstack.com/en/latest/topics/jinja/index.html#filters
Also the list is not in alphabetical order, whi…
-
Hey guys, I'm trying to use the cookiecutter to generate a code base for my k8s + Helm project.
Helm uses "go templates" that has the same syntax like jinja templates, it causes conflicts, so I came …
-
The current Jinja templates used by sit-environment, specially the one to transform _settings.yml_ into _config.yml_, are becoming too much cryptic due to the limitations of the templating language it…
-
Hello !
When in try to run the example.py, after adding one jinja2 variable like {{ name }} in the 'template.pptx', I get :
```python
Traceback (most recent call last):
File "example.py",…
-
**Is your feature request related to a problem? Please describe.**
Today, thanks to in part DBT and airflow, a lot of SQL is riddled with jinja variables and functions, this makes running it in dbeav…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
When trying to sqlfluff lint/fix/parse on …
-
### Issue type: :question: Question
I am mapping a csv table using yarrrml where I want to divide values in two columns to create a third value. As RML does not support basic maths operations, do y…