| template-server - run App::TemplateServer |
template-server - run App::TemplateServer
template-server [--docroot /path/to/templates]+
[--port 4000]
[--datafile /path/to/data.yml]
[--provider App::TemplateServer::Provider::TT]
This script starts up an App::TemplateServer server. Given a
docroot, it will serve rendered HTML templates in that directory (or
directories if you specify --docroot more than once). See
the App::TemplateServer manpage for all the details.
__END__ :endofperl
| template-server - run App::TemplateServer |