Custom variables for custom templates #86
Labels
priority/medium
Medium priority issue
tech/go
Golang
tech/html
HTML (or markup + templates) is involved
type/feature
New feature (or request)
Milestone
Add a possibility to pass custom variables for custom templates.
Example:
--x-opt "foo=${bar}"
Then this value can be used in a custom template like this:
This could be used in automated environments (pipelines?) to pass some values to the custom templates.
Can be implemented only after #23
The text was updated successfully, but these errors were encountered: