A really simple CLI wrapper around the handlebars crate with some extra helpers:
{{ include "my-file.txt" }}
: include the contents of my-file.txt
{{ shell "ls -l" }}
: Run ls -l
and include the captured stdoutbash
cargo install handlebars-cli-ext
bash
handlebars-cli-ext < input.tmpl > output.txt