WIP: title/main/marginal explizit
[website] / dist / potemkin / html-experimente / fast-leer-einspaltig.html
index 55f00ea..61ba66d 100644 (file)
@@ -1,13 +1,14 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
-    th:with="contentclass='onecolumn', uri='/potemkin/html-experimente/fast-leer-einspaltig.html'"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/potemkin/html-experimente/fast-leer-einspaltig.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent}, contentclass='onecolumn', json='MERGE:/potemkin.json')}"
     >
   <head>
-    <title>HTML-Experimente - Fast leere einspaltige Seite</title>
+    <title id="title">HTML-Experimente - Fast leere einspaltige Seite</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet" type="text/css" href="../../css/base.css"/>
     <link rel="stylesheet" type="text/css" href="../../css/print.css" media="print"/>
     <!--*/-->
   </head>
-  <body thymeproxy:variables="MERGE:potemkin.json">
-    <nav layout:fragment="navigation">
+  <body>
+    <nav id="navigation">
       <hr class="n"/>
       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
       <h1 class="nav">Navigation</h1>
       <h2 class="nav menu">Section-Menu</h2>
       <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../potemkin.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m blog"><a href="../blog/" th:href="@{/blog/}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
         <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
       </ul>
     </nav>
-    <article class="main" layout:fragment="maincontent">
+    <article class="maincontent">
       <header><h1>Fast leere einspaltige Seite</h1></header>
       <p><strong>KAPUTT:</strong> siehe Erklärung im Commit</p>
     </article>