roamingowl/Render template output with eta
Renders a template string using ETA syntax into a text output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | Template string to render, or a path to file with template. Supports ETA syntax. | yes | — |
| varName | Name of the variable which holds all data to be used in the template (variables) | no | it |
| variables | Variables to substitute in the template. You can use YAML, JSON or dotenv format. | no | — |
Outputs
| name | description |
|---|---|
| text | Rendered template string |