2024-12-29 09:16:59 +08:00

4 lines
249 B
HTML

<!DOCTYPE html>
<th:block xmlns:th="https://www.thymeleaf.org" th:fragment="error_fragment">
[(${error.status >= 400 && error.status < 500 ? theme.config.enhance.error.html_content_4xx : theme.config.enhance.error.html_content_5xx})]
</th:block>