-
my.template
```
{{ TEST }}
```
Command:
```
TEST="foo&bar" p2cli -t my.template
```
Returns:
```
foo&bar
```
Expected:
```
foo&bar
```
-
This is a feature request.
It would be great to have a variable system in the Linuxkit configuration file.
Of course an alternative is to use `sed` before building the image but I don't want to …
-
Hi,
Is there any plan for this project to support template engines other than `text/template`? Currently we need to write `M x N` copies of code with `M` template engines and `N` data sources in mult…
-
While testing the multiple file templating example I faced below errors.
```
# p2 --enable-write_file -t template.p2 -i input.yml
Error: Invalid trailing arguments: [--enable-write_file -t templa…