Files
halo-theme-pix/templates/modules/widgets/aside/custom_html.html
T
2026-03-10 17:17:32 +08:00

6 lines
283 B
HTML

<th:block th:fragment="custom_html(widget_data)">
<section class="widget widget_custom_html">
<div class="wid_title" th:text="${widget_data.custom_html.title}"></div>
<th:block th:utext="${widget_data.custom_html.html}"></th:block>
</section>
</th:block>