Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / projects / html-experimente / druck-layout.html
index a926e19..227252b 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="title='Die für den Ausdruck angepasste Ansicht', uri='/projects/html-experimente/druck-layout.html'"
     >
   <head layout:fragment="head">
@@ -14,7 +14,7 @@
     <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
   </head>
   <body>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+    <aside layout:fragment="marginalcontent" th:replace="/templates/fragments.html :: marginalcontent">
       MARGINAL-CONTENT
     </aside>
   </body>