Thyemleaf nested iteration triggers org.thymeleaf.exceptions.TemplateInputException
问题 I'm trying to iterate through a list of objects and generate a div class="card-deck" every 4 objects and a nested div class="card" for every object. This is the code that generates the exception on line 234 UPDATE: Note: line 234 is mentioned in html and had the <!-- Error-Line 234 --> due to a missing ) at ${#numbers.sequence(0,3} <div class="card-deck" th:each="qr: ${objects}" th:if="${qr.tableid}%4==0"> <!-- Iterate every 4 objects --> <!--syntax error missed clossing ) at ${#numbers