Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefügt
[website] / dist / potemkin.html
index 9256008..b2c3d8b 100644 (file)
@@ -1,12 +1,10 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Projects', uri='/potemkin.html'"
+    th:replace="~{templates/layout :: layout(uri='/potemkin.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     >
   <head>
-    <title>Projects - Potemkinsche Dörfer!</title>
+    <title id="title">Projects - Potemkinsche Dörfer!</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
@@ -16,6 +14,8 @@
     <!--*/-->
   </head>
   <body>
     <!--*/-->
   </head>
   <body>
-   <h1>Projects - Potemkinsche Dörfer!</h1>
+   <main class="maincontent">
+     <h1>Projects - Potemkinsche Dörfer!</h1>
+   </main>
   </body>
 </html>
   </body>
 </html>