layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / potemkin / fix-swf / overview.html
index 10cefa7..b5156c0 100644 (file)
@@ -1,20 +1,20 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Fix SWF - Overview', uri='/potemkin/fix-swf/overview.html'"
+    th:replace="~{templates/layout :: layout(uri='/potemkin/fix-swf/overview.html', json='MERGE:/potemkin.json')}"
     >
   <head>
+    <title id="title">Fix SWF - Overview</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Fix SWF - Overview</title>
     <link rel="stylesheet" type="text/css" href="../../css/base.css"/>
     <link rel="stylesheet" type="text/css" href="../../css/screen.css" media="screen"/>
     <link rel="stylesheet" type="text/css" href="../../css/print.css" media="print"/>
     <!--*/-->
   </head>
   <body thymeproxy:variables="MERGE:potemkin.json">
-    <h1>Overview - DUMMY</h1>
+    <main class="maincontent">
+      <h1>Overviw - DUMMY</h1>
+    </main>
   </body>
 </html>