By using Thymeleaf as template engine, is it possible to add/remove dynamically a CSS class to/from a simple div with the th:if clause?
div
th:if
Nor
There is also th:classappend.
th:classappend
If isAdmin is true, then this will result in:
isAdmin
true