The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

template-server - run App::TemplateServer

SYNOPSIS

template-server [--docroot /path/to/templates]+
[--port 4000]
[--datafile /path/to/data.yml]
[--provider App::TemplateServer::Provider::TT]

DESCRIPTION

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 App::TemplateServer for all the details.