nder --template=template.html --values=values.json --output=output.html [--config=config.json]
# Render template tmpl.html with values from values.json into webpage.html
# You can use single-lett
ues.json -o webpage.html
# Same as above, but configure the template object using values from
# the config.json file
ht_render -t tmpl.html -V values.json -o webpage.html --config=config.json
:Template file.
=head2 --values
The path to the values file. The values file should describe a JSON object,
which will be parsed into a Perl hash. The keys of the hash should correspond
to varia