The syntax is similar if your server uses a TCL file for initialization:[ns/server/cms-simple/cms] TemplateRoot=/web/cms-simple/templates
ns_section "ns/server/${servername}/cms"
ns_param TemplateRoot $rundir/templates
The TemplateRoot parameter, if absent, defaults to the templates
directory under the run directory of your server. For example,
if the pageroot for your server is /web/fooserver/www, the
TemplateRoot parameter will default to /web/fooserver/templates.