```groovy // home.tpl div { p('Hello!') } ``` ```yaml # 3.5.5 | application.yaml spring: groovy: template: auto-new-line: true ``` ```yaml # 3.4.9 | application.yaml spring: groovy: template: configuration: auto-new-line: true ``` ```log java.lang.NullPointerException: Cannot invoke "Object.toString()" because "obj" is null ``` Renders correctly on Spring Boot 3.4.9, but throws an error on 3.5.5.