halo-theme-dream2.0-plus
Version:
梦之城,童话梦境,动漫类型博客主题。
13 lines (11 loc) • 439 B
HTML
<th:block xmlns:th="https://www.thymeleaf.org">
<th:block
th:if="${error.status >= 400 && error.status < 500}"
th:insert="~{${theme.config.enhance.error.style_4xx} :: error_fragment}">
</th:block>
<th:block
th:if="${error.status >= 500 && error.status < 600}"
th:insert="~{${theme.config.enhance.error.style_5xx} :: error_fragment}">
</th:block>
</th:block>