layout-dialect ausgebaut: Thymeleaf 3.x erlaubt ähnliches mit Bordmitteln
[website] / dist / potemkin / accelerator.html
index 9dbe8ea..deab99b 100644 (file)
@@ -1,51 +1,51 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='accelerator - Overview', uri='/potemkin/accelerator.html'"
+    th:replace="~{templates/layout :: layout(uri='/potemkin/accelerator.html', json='MERGE:potemkin.json,MERGE:{&quot;pages&quot;:{
+    &quot;/potemkin.html&quot;: {
+      &quot;name&quot;: &quot;Projects&quot;,
+      &quot;childs&quot;: {
+        &quot;/potemkin.html&quot;: &quot;Overview&quot;,
+        &quot;/potemkin/typo.html&quot;: &quot;Typography&quot;,
+        &quot;/potemkin/html-experimente.html&quot;: &quot;HTML-Experimente&quot;,
+        &quot;/potemkin/accelerator.html&quot;: &quot;accelerator!&quot;,
+        &quot;/potemkin/fix-swf/overview.html&quot;: &quot;Fix SWF&quot;
+      },
+      &quot;crumbs&quot;: [
+        { &quot;uri&quot;: &quot;/potemkin.html&quot;, &quot;name&quot;: &quot;Projects&quot; }
+      ]
+    },
+    &quot;/potemkin/accelerator.html&quot;: {
+      &quot;name&quot;: &quot;Overview&quot;,
+      &quot;childs&quot;: {
+        &quot;/potemkin/accelerator.html&quot;: &quot;Overview&quot;,
+        &quot;/potemkin/accelerator.html#read-on&quot;: &quot;Read on&quot;,
+        &quot;/potemkin/accelerator.html#read-on-and-on&quot;: &quot;Read on and on&quot;,
+        &quot;/potemkin/accelerator.html#read-on-and-on-and-on&quot;: &quot;Read on and on and on&quot;
+      },
+      &quot;crumbs&quot;: [
+        { &quot;uri&quot;: &quot;/potemkin.html&quot;, &quot;name&quot;: &quot;Projects&quot; },
+        { &quot;uri&quot;: &quot;/potemkin/accelerator.html&quot;, &quot;name&quot;: &quot;accelerator&quot; },
+        { &quot;uri&quot;: &quot;/potemkin/accelerator.html&quot;, &quot;name&quot;: &quot;Overview&quot; }
+      ]
+    },
+    &quot;/potemkin/accelerator.html#read-on&quot;: { &quot;name&quot;: &quot;Read on&quot; },
+    &quot;/potemkin/accelerator.html#read-on-and-on&quot;: { &quot;name&quot;: &quot;Read on and on&quot; },
+    &quot;/potemkin/accelerator.html#read-on-and-on-and-on&quot;: { &quot;name&quot;: &quot;Read on and on and on&quot; }
+    }}')}"
     >
   <head>
+    <title id="title">accelerator - 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,MERGE:{"pages":{
-    "/potemkin.html": {
-      "name": "Projects",
-      "childs": {
-        "/potemkin.html": "Overview",
-        "/potemkin/typo.html": "Typography",
-        "/potemkin/html-experimente.html": "HTML-Experimente",
-        "/potemkin/accelerator.html": "accelerator!",
-        "/potemkin/fix-swf/overview.html": "Fix SWF"
-      },
-      "crumbs": [
-        { "uri": "/potemkin.html", "name": "Projects" }
-      ]
-    },
-    "/potemkin/accelerator.html": {
-      "name": "Overview",
-      "childs": {
-        "/potemkin/accelerator.html": "Overview",
-        "/potemkin/accelerator/read-on.html": "Read on",
-        "/potemkin/accelerator/read-on-and-on.html": "Read on and on",
-        "/potemkin/accelerator/read-on-and-on-and-on.html": "Read on and on and on"
-      },
-      "crumbs": [
-        { "uri": "/potemkin.html", "name": "Projects" },
-        { "uri": "/potemkin/accelerator.html", "name": "accelerator" },
-        { "uri": "/potemkin/accelerator.html", "name": "Overview" }
-      ]
-    },
-    "/potemkin/accelerator/read-on.html": { "name": "Read on" },
-    "/potemkin/accelerator/read-on-and-on.html": { "name": "Read on and on" },
-    "/potemkin/accelerator/read-on-and-on-and-on.html": { "name": "Read on and on and on" }
-}}'>
-    <h1>Overview - DUMMY</h1>
+  <body>
+    <main class="maincontent">
+      <h1>Accelerator - DUMMY</h1>
+    </main>
   </body>
 </html>