Files
halo-theme-pix/templates/macro/tpl/content-post.html
T
2026-03-10 17:17:32 +08:00

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>