Kanonische Links über _canonical realisiert
[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.html :: layout(
5       uri='unknown',
6       title=~{:: title},
7       maincontent=~{:: .maincontent},
8       marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
9     xmlns:layout="http://www.thymeleaf.org"
10     layout:decorator="templates/layout"
11     >
12   <head>
13     <title id="title">This Page Will Raise An Error</title>
14     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
15     <link rel="stylesheet" type="text/css" href="../css/base.css"/>
16     <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
17     <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
18   </head>
19   <body>
20     <p>This page will raise an error, because the <strong><code>uri</code></strong> is set to an unknown value...</p>
21   </body>
22 </html>