halo-theme-hao/templates/modules/about-widgets.html

7 lines
283 B
HTML
Raw Permalink Normal View History

2024-04-12 06:35:37 +00:00
<!-- 关于小组件 -->
<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.widgetId}}"/>
</th:block>
</th:block>