WIP: Dummy-Seiten für Blog... RENAME: prefix/suffix
[website] / dist / potemkin / fix-swf / getting-started.html
index 08a8487..097777b 100644 (file)
@@ -1,21 +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 - Getting Started', uri='/potemkin/fix-swf/getting-started.html'"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/fix-swf/getting-started.html', json='MERGE:/potemkin.json')}"
     >
   <head>
-    <title>Fix SWF - Getting Started</title>
+    <title id="title">Fix SWF - Getting Started</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
-    <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
-    <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
-    <script src="../../js/less-1.7.0.min.js"></script>
+    <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>
-    <h1>Getting Started - DUMMY</h1>
+    <main class="maincontent">
+      <h1>Getting Started - DUMMY</h1>
+    </main>
   </body>
 </html>