3 lines
159 B
HTML
3 lines
159 B
HTML
<th:block th:each="post,iStat : ${postItems}">
|
|
<th:block th:replace="~{'macro/tpl/content-'+${theme.config.post.post_list_type}}"></th:block>
|
|
</th:block> |