fletort/Jinja2 Engine Repo
Use the Jinja2 templating engine on multiple files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| variables | Key, value pairs in .env file format (key=value) | no | "" |
| keep_template | Put to `true` to keep original template file. | — | false |
| data_file | Source file contening inputs variable for the jinja template. | — | "" |
| data_format | Format of the `data_file`. Can be `env`, `ini`, `yaml`, `json` or `automatic` (for automatic detection). The automatic detction is based on the extension then on the content. | — | automatic |
| data_url | Link to a file contening inputs variable for the jinja template. | — | "" |
| data_url_format | Format of the `url_file`. Can be `env`, `ini`, `yaml`, `json` or `automatic` (for automatic detection). The automatic detction is based on the content-type http header then on the content. | — | automatic |
| undefined_behaviour | — | — | "" |
Outputs
no outputs