error.html

11 lines | 328 B Blame History Raw Download
<!DOCTYPE html>

<html xmlns:th="http://www.thymeleaf.org" th:replace="~{fragments/layout :: layout (~{::body},'error')}">

  <body>
    <img src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
    <h2>Something happened...</h2>
    <p th:text="${message}">Exception message</p>
  </body>

</html>