TTL für alle Anfragen an den Entwicklungs-Server auf 60 Sekunden gesetzt
[website] / dist / projects / html-experimente / kein-layout.html
index 7ea980e..09cbd62 100644 (file)
@@ -3,14 +3,15 @@
     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='Alle Stylings deaktiviert', uri='/projects/html-experimente/kein-layout.html'"
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Kein Layout</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
   </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>