org.attoparser.ParseException: Exception evaluating SpringEL expression: "LIST2[0].id" (template: "<th:block data-th-with="SIZE='512', view='/article'"> <div class="election_top_container"> <a data-th-href="|${view}/${LIST[0].id}|"> <div class="left_top_wrap"> <div class="left_top_thumb" th:style="|background: url(${contentsUrl}${#mhFormat.get(LIST[0].imgSrc, SIZE)}) 50% 30%; background-size: cover|"> </div> <div class="left_title"> <p data-th-text="|${#mhArticle.getTitle(LIST[0].title)}|"></p> </div> </div> </a> <!-- 전체 --> <div class="left_center_wrap"> <!-- 기사박스 --> <div class="center_top"> <div class="center_top_flex"> <a data-th-href="|${view}/${LIST2[0].id}|"> <div class="top_thumb" th:style="|background: url(${contentsUrl}${#mhFormat.get(LIST2[0].imgSrc, SIZE)}) 50% 30%; background-size: cover|"> </div> </a> <div class="top_body"> <a data-th-href="|${view}/${LIST2[0].id}|"> <p data-th-text="|${#mhArticle.getTitle(LIST2[0].title)}|"></p> </a> </div> </div> </div> <!-- //기사박스 --> <!-- 기사박스 --> <div class="center_top"> <div class="center_top_flex"> <div class="top_body"> <a data-th-href="|${view}/${LIST3[0].id}|"> <p data-th-text="|${#mhArticle.getTitle(LIST3[0].title)}|"></p> </a> </div> <a data-th-href="|${view}/${LIST3[0].id}|"> <div class="top_thumb" th:style="|background: url(${contentsUrl}${#mhFormat.get(LIST3[0].imgSrc, SIZE)}) 50% 30%; background-size: cover|"> </div> </a> </div> </div> <!-- //기사박스 --> </div> <!-- //전체 --> </th:block>" - line 19, col 16)