Group
Extension

Matches 1

App-HTRender ( L/LA/LAJANDY/App-HTRender-1.00.tar.gz, LAJANDY, 2014; MetaCPAN )
App-HTRender/lib/App/HTRender.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.