I've built a site in Spring Boot and Thymeleaf but the logic is getting too messy. Vaadin seems to be the right answer but how can I mix it with Thymeleaf?
What I want is to embed Vaadin into the Thymeleaf template. What I want to avoid is converting all the markup to Java, that would be tedious.
I'd even settle for templating in Vaadin but it seems to lack this.
TL;DR - how can I include static boilerplate HTML (preferably Thymeleaf) in a Vaadin app?
... or vice versa, include a Vaadin app in Thymeleaf (or static HTML)?