halo-theme-dream2.0-plus
Version:
8 lines • 371 B
HTML
<div xmlns:th="https://www.thymeleaf.org"
class="custom"
th:fragment="footer (footer)"
th:if="${!#strings.isEmpty(footer.content)}"
th:with="classStr = ${footer != null and not #lists.isEmpty(footer.show_style) ? #strings.trim(#strings.listJoin(footer.show_style,' ')) : ''}"
th:classappend="${classStr}"
th:utext="${footer.content}">
</div>