---
title: "Project template – Block (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/files/project_block.html
last_updated: 2026-09-05T18:28:45+10:00
tokens: ~139
---

# Block folder

`/WEB-INF/config/template/[project]/layout/Block`

Contains all templates to generate the blocks specific to a project in PageSeeder.

> **Note:** The folder name is capitalized and case-sensitive!

Each block template should be named after the block ID:

```text
/WEB-INF/config/template/[project]/layout/Block/[block-id].xsl
```

The corresponding block-specific style (CSS) and behavior (JavaScript) should be placed in the corresponding `style` folders:

- Scripts go to the Block script folder.
- Styles go to the Block style folder.

