I have a text to render in three different possible colors using thymeleaf.
So the code I\'ve made so far to test the value is:
th:i
I got the answer from the thymeleaf forum. The way to do it is :
th:if="${evaluation < 49 and evaluation > 29}"
Problem solved !