halo-theme-hao/templates/modules/about-widgets.html
2025-06-19 11:19:12 +08:00

7 lines
274 B
HTML

<!-- 关于小组件 -->
<th:block th:fragment="about-widgets(widgets)"
th:if="${not #lists.isEmpty(widgets)}">
<th:block th:each="widget : ${widgets}">
<th:block th:replace="~{'modules/widgets/about-widgets/'+ ${widget}}"/>
</th:block>
</th:block>