What I want is an if-else in a th:each statement in Thymeleaf.
If currentSkill != null, then show table with content, else \'You don\'t have any skills\'
If currentSkill != null
You can use