Page folder
/WEB-INF/template/[project]/Layout/Page
Contains all templates to generate the pages specific to a project in PageSeeder.
The folder name is capitalized and case-sensitive!
Each page template should be named after the page ID:
/WEB-INF/template/[project]/Layout/Page/[page-id].xsl
The corresponding page-specific style (CSS) and behavior (JavaScript) should be placed in the corresponding woconfig
folders:
- Scripts go to the Page script folder.
- Styles go to the Page style folder.