6 lines
283 B
HTML
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> |