What template engine is in Spring, which is similar to Blade in laravel?
I am new to Spring, I searched templating engines, but have only found Jtwig, although it seems more a set of functions.
I need that like blade, to generate templates with the header, content, footer, include other views, etc. Thanks