Kanonische Links über _canonical realisiert
[website] / dist / potemkin / html-experimente / kein-layout.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3   <head>
4     <title>HTML-Experimente - Kein Layout</title>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
6   </head>
7   <body th:replace="~{/templates/layout.html :: body(
8       uri='/potemkin/html-experimente/kein-layout.html',
9       title=~{:: title},
10       maincontent=~{:: .maincontent},
11       marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
12     <main class="maincontent">
13       <header><h1>Alle Stylings deaktiviert</h1></header>
14       <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
15     </main>
16     <aside class="marginalcontent" th:replace="/templates/fragments.html :: marginalcontent">
17       MARGINAL-CONTENT
18     </aside>
19   </body>
20 </html>