WIP: title/main/marginal explizit
[website] / dist / potemkin / html-experimente / fast-leer-einspaltig.html
index 4ddebc3..61ba66d 100644 (file)
@@ -1,7 +1,11 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
+    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 id="title">HTML-Experimente - Fast leere einspaltige Seite</title>
@@ -20,7 +24,7 @@
       <h2 class="nav menu">Section-Menu</h2>
       <ul id="menu" class="cf">
         <li class="m blog"><a href="../blog/" th:href="@{/blog/}" 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 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>