What is Decoupled Template Logic?

devquora
devquora

Posted On: Mar 16, 2020

 

Thymeleaf allows you to completely decouple the template markup from its logic to allow for the creation of the completely logic-less markup templates in the HTML and XML template modes. The idea with the decoupled template logic is to define a separate file for the template logic with the ".th.xml" extension that lives in the same folder as the main HTML file.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Thymeleaf Interview Questions

    What is Thymeleaf?

    Thymeleaf is a server-side modern Java template engine that is used for both the development of web and standalone environments. It brings elegant natural templates to your development workflow which ...

    Thymeleaf Interview Questions

    Enlist some features of Thymeleaf?

    Some of the major features in Thymeleaf are,It works for both web and non-web environments. With Thymeleaf, there is no hard dependency on the Servlet API. It has full and extensible internalizat...

    Thymeleaf Interview Questions

    In which programming language Thymeleaf is Written in?

    The Thymeleaf is written in Java programming language....