1.2.5原版
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user