handlematters 0.2.1

Self-contained template system with Handlebars and inline shell scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
--- context ---
context: cat examples/hello/context
template: cat examples/hello/template

--- template ---
hello.hms

Any text before the context or template block is just a comment.
It will not be output.

{{{context}}}

{{{template}}}