tmpltool 1.5.0

A fast and simple command-line template rendering tool using MiniJinja templates with environment variables
Documentation
1
2
3
4
5
Hello {{ get_env(name="NAME", default="World") }}!

File content is:
{{ read_file(path="./basic.txt.tmpltool") }}