mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 20:09:41 +08:00
13 lines
439 B
HTML
13 lines
439 B
HTML
<!DOCTYPE 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>
|
|
|