---
title: "Template folder"
source: https://dev.pageseeder.com/reference/glossary/template_folder.html
description: "The template folder, located at `/WEB-INF/config/template/[project]`, is a container for PageSeeder's customizable code organized by project, allowing each project to maintain its own customization files separately."
last_updated: 2026-08-11T16:37:44+10:00
tokens: ~162
---

# 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:

```text
/WEB-INF/config/template/[project]
```

For example, the template folder would contain the following folders, if the ‘acme’ project were customized:

```text
/WEB-INF
  /config
    /template
      /acme
      ...
```

For more information about this folder, see the [API documentation for the template folder](../folders_and_files/template.md).

