Dear Nico, one more idea I would like to raise. I thought of this use case: ~~~sh cat /env/default/values.yaml /env/production/values.yaml | tpl -d yaml -f template.gotmpl ~~~ At the moment, it seems only the second yaml input file is considered if both files are delimited with `---` and `...`. Would it be possible to join them?