mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 04:19:41 +08:00
8 lines
385 B
HTML
8 lines
385 B
HTML
![]() |
<div xmlns:th="https://www.thymeleaf.org"
|
||
|
th:fragment="widget (sidebar)"
|
||
|
th:class="'card widget ' + ${sidebar.hide}">
|
||
|
<div class="card-title" th:if="${!#strings.isEmpty(sidebar.title) && !#strings.isEmpty(sidebar.icon)}">
|
||
|
<i th:class="${sidebar.icon + ' card-title-label'}"></i><span th:text="${sidebar.title}"></span>
|
||
|
</div>
|
||
|
[(${sidebar.content})]
|
||
|
</div>
|