layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / potemkin / html-experimente / error.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     th:replace="~{templates/layout :: layout(uri='unknown', json='MERGE:/potemkin.json')}"
5     xmlns:layout="http://www.thymeleaf.org"
6     layout:decorator="templates/layout"
7     >
8   <head>
9     <title id="title">This Page Will Raise An Error</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
11     <link rel="stylesheet" type="text/css" href="../css/base.css"/>
12     <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
13     <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
14   </head>
15   <body>
16     <p>This page will raise an error, because the <strong><code>uri</code></strong> is set to an unknown value...</p>
17   </body>
18 </html>