Template folder
The template folder is a container for most of PageSeeder’s customizable code.
The template folder is located in the private part of the Web app inside the /WEB-INF and is subdivided by project so that each project customization is saved under the following folders:
/WEB-INF/config/template/[project]
For example, the template folder would contain the following folders, if the ‘acme’ project were customized:
/WEB-INF
/config
/template
/acme
...
For more information about this folder, see the API documentation for the template folder.