WIP: title/main/marginal explizit
[website] / dist / potemkin / html-experimente / breadcrumb.html
index c36fc6c..83b0022 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/breadcrumb.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/potemkin/html-experimente/breadcrumb.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Langer Breadcrumb</title>
@@ -15,7 +19,7 @@
   <body>
     <ol id="crumbs">
       <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../potemkin.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
       <li class="b"><a class="b" href="html-experimente.html" th:href="@{/potemkin/html-experimente.html}">HTML-Experimente</a></li>
       <li class="b"><strong class="b">Dies ist ein Seite mit einem unendlich langen Breadcrumb-Eintrag der bestimmt nicht in den vorgesehenen Platz passt</strong></li>
     </ol>