Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / projects / html-experimente / fast-leer-einspaltig-mit-marginalinhalt.html
index dba3d01..a0da2b0 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    layout:decorator="/templates/layout.html"
     th:with="contentclass='onecolumn', uri='/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html'"
     >
   <head>
@@ -32,7 +32,7 @@
       <header><h1>Fast leere einspaltige Seite mit Marginalinhalt</h1></header>
       <p><strong>KAPUTT:</strong> siehe Erklärung im Commit</p>
     </article>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+    <aside layout:fragment="marginalcontent" th:replace="/templates/fragments.html :: marginalcontent">
       MARGINAL-CONTENT
     </aside>
   </body>