# Workspace Rules ### Creating New Thymeleaf Pages When creating or scaffolding a new Thymeleaf template page in this project, you MUST use the `layout:decorate` mechanism to inherit the common layout, and you MUST pass the `bodyClass` variable to maintain consistent styling with the homepage. Use the following exact structure as a template: ```html