The new welcome page support added in Spring Boot 3.2.1 bypasses controllers mapped to / when an "index" template exists. This prevents the template's model to be populated. **Spring Boot version**: 2.3.1 **Sample application reproducing the problem**: [welcome-page-issue.zip](https://github.com/spring-projects/spring-boot/files/4774350/welcome-page-issue.zip)